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
InteriorNode.cs
Go to the documentation of this file.
1using System;
5
6namespace System.Xml.Schema
7{
8 [global::Cpp2ILInjected.Token(Token = "0x20000CB")]
9 internal abstract class InteriorNode : SyntaxTreeNode
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x170001FC")]
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x6000831")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1DB5A80", Offset = "0x1DB5A80", Length = "0x8")]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
17 get
18 {
19 throw null;
20 }
21 [global::Cpp2ILInjected.Token(Token = "0x6000832")]
22 [global::Cpp2ILInjected.Address(RVA = "0x1DB5A88", Offset = "0x1DB5A88", Length = "0x8")]
23 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
24 set
25 {
26 throw null;
27 }
28 }
29
30 [global::Cpp2ILInjected.Token(Token = "0x170001FD")]
32 {
33 [global::Cpp2ILInjected.Token(Token = "0x6000833")]
34 [global::Cpp2ILInjected.Address(RVA = "0x1DB5A90", Offset = "0x1DB5A90", Length = "0x8")]
35 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
36 get
37 {
38 throw null;
39 }
40 [global::Cpp2ILInjected.Token(Token = "0x6000834")]
41 [global::Cpp2ILInjected.Address(RVA = "0x1DB5A98", Offset = "0x1DB5A98", Length = "0x8")]
42 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
43 set
44 {
45 throw null;
46 }
47 }
48
49 [global::Cpp2ILInjected.Token(Token = "0x6000835")]
50 [global::Cpp2ILInjected.Address(RVA = "0x1DB5AA0", Offset = "0x1DB5AA0", Length = "0x1E8")]
51 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
52 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SequenceNode), Member = "ExpandTree", MemberParameters = new object[]
53 {
57 }, ReturnType = typeof(void))]
58 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ChoiceNode), Member = "ExpandTree", MemberParameters = new object[]
59 {
61 typeof(SymbolsDictionary),
62 typeof(Positions)
63 }, ReturnType = typeof(void))]
64 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
65 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Stack<>), Member = ".ctor", ReturnType = typeof(void))]
66 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Stack<>), Member = "Push", MemberParameters = new object[] { "T" }, ReturnType = typeof(void))]
67 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Stack<>), Member = "Pop", ReturnType = "T")]
68 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
69 protected void ExpandTreeNoRecursive(InteriorNode parent, SymbolsDictionary symbols, Positions positions)
70 {
71 throw null;
72 }
73
74 [global::Cpp2ILInjected.Token(Token = "0x6000836")]
75 [global::Cpp2ILInjected.Address(RVA = "0x1DB5C88", Offset = "0x1DB5C88", Length = "0x5C")]
76 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
77 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
78 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
79 public override void ExpandTree(InteriorNode parent, SymbolsDictionary symbols, Positions positions)
80 {
81 throw null;
82 }
83
84 [global::Cpp2ILInjected.Token(Token = "0x6000837")]
85 [global::Cpp2ILInjected.Address(RVA = "0x1DB5CE4", Offset = "0x1DB5CE4", Length = "0x8")]
86 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
87 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
88 protected InteriorNode()
89 {
90 throw null;
91 }
92
93 [global::Cpp2ILInjected.Token(Token = "0x4000426")]
94 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
96
97 [global::Cpp2ILInjected.Token(Token = "0x4000427")]
98 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
100 }
101}
class f__AnonymousType0<< Count > j__TPar
override void ExpandTree(InteriorNode parent, SymbolsDictionary symbols, Positions positions)
void ExpandTreeNoRecursive(InteriorNode parent, SymbolsDictionary symbols, Positions positions)