terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
ChoiceNode.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Xml.Schema
6{
7 [global::Cpp2ILInjected.Token(Token = "0x20000CE")]
8 internal sealed class ChoiceNode : InteriorNode
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x600083D")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1DB6140", Offset = "0x1DB6140", Length = "0xBC")]
12 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ChoiceNode), Member = "ConstructPos", MemberParameters = new object[]
14 {
17 typeof(BitSet[])
18 }, ReturnType = typeof(void))]
19 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
20 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BitSet), Member = ".ctor", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
21 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BitSet), Member = "Or", MemberParameters = new object[] { typeof(BitSet) }, ReturnType = typeof(void))]
22 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
23 private static void ConstructChildPos(SyntaxTreeNode child, BitSet firstpos, BitSet lastpos, BitSet[] followpos)
24 {
25 throw null;
26 }
27
28 [global::Cpp2ILInjected.Token(Token = "0x600083E")]
29 [global::Cpp2ILInjected.Address(RVA = "0x1DB61FC", Offset = "0x1DB61FC", Length = "0xFC")]
30 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
31 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
32 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BitSet), Member = ".ctor", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
33 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ChoiceNode), Member = "ConstructChildPos", MemberParameters = new object[]
34 {
36 typeof(BitSet),
37 typeof(BitSet),
38 typeof(BitSet[])
39 }, ReturnType = typeof(void))]
40 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BitSet), Member = "Or", MemberParameters = new object[] { typeof(BitSet) }, ReturnType = typeof(void))]
41 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
42 public override void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos)
43 {
44 throw null;
45 }
46
47 [global::Cpp2ILInjected.Token(Token = "0x170001FF")]
48 public override bool IsNullable
49 {
50 [global::Cpp2ILInjected.Token(Token = "0x600083F")]
51 [global::Cpp2ILInjected.Address(RVA = "0x1DB62F8", Offset = "0x1DB62F8", Length = "0x80")]
52 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
53 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
54 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
55 get
56 {
57 throw null;
58 }
59 }
60
61 [global::Cpp2ILInjected.Token(Token = "0x6000840")]
62 [global::Cpp2ILInjected.Address(RVA = "0x1DB6378", Offset = "0x1DB6378", Length = "0x4")]
63 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
64 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(InteriorNode), Member = "ExpandTreeNoRecursive", MemberParameters = new object[]
65 {
69 }, ReturnType = typeof(void))]
70 public override void ExpandTree(InteriorNode parent, SymbolsDictionary symbols, Positions positions)
71 {
72 throw null;
73 }
74
75 [global::Cpp2ILInjected.Token(Token = "0x6000841")]
76 [global::Cpp2ILInjected.Address(RVA = "0x1DB5A08", Offset = "0x1DB5A08", Length = "0x8")]
77 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
78 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
79 public ChoiceNode()
80 {
81 throw null;
82 }
83 }
84}
class f__AnonymousType0<< Count > j__TPar
override void ExpandTree(InteriorNode parent, SymbolsDictionary symbols, Positions positions)
Definition ChoiceNode.cs:70
static void ConstructChildPos(SyntaxTreeNode child, BitSet firstpos, BitSet lastpos, BitSet[] followpos)
Definition ChoiceNode.cs:23
override void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos)
Definition ChoiceNode.cs:42