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
LeafNode.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Xml.Schema
6{
7 [global::Cpp2ILInjected.Token(Token = "0x20000C9")]
8 internal class LeafNode : SyntaxTreeNode
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6000826")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1DB54C8", Offset = "0x1DB54C8", Length = "0x28")]
12 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
13 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
14 public LeafNode(int pos)
15 {
16 throw null;
17 }
18
19 [global::Cpp2ILInjected.Token(Token = "0x170001F9")]
20 public int Pos
21 {
22 [global::Cpp2ILInjected.Token(Token = "0x6000827")]
23 [global::Cpp2ILInjected.Address(RVA = "0x1DB54F0", Offset = "0x1DB54F0", Length = "0x8")]
24 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
25 get
26 {
27 throw null;
28 }
29 [global::Cpp2ILInjected.Token(Token = "0x6000828")]
30 [global::Cpp2ILInjected.Address(RVA = "0x1DB54F8", Offset = "0x1DB54F8", Length = "0x8")]
31 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
32 set
33 {
34 throw null;
35 }
36 }
37
38 [global::Cpp2ILInjected.Token(Token = "0x6000829")]
39 [global::Cpp2ILInjected.Address(RVA = "0x1DB5500", Offset = "0x1DB5500", Length = "0x4")]
40 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
41 public override void ExpandTree(InteriorNode parent, SymbolsDictionary symbols, Positions positions)
42 {
43 throw null;
44 }
45
46 [global::Cpp2ILInjected.Token(Token = "0x600082A")]
47 [global::Cpp2ILInjected.Address(RVA = "0x1DB5504", Offset = "0x1DB5504", Length = "0x84")]
48 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
49 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
50 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BitSet), Member = "EnsureLength", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
51 public override void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos)
52 {
53 throw null;
54 }
55
56 [global::Cpp2ILInjected.Token(Token = "0x170001FA")]
57 public override bool IsNullable
58 {
59 [global::Cpp2ILInjected.Token(Token = "0x600082B")]
60 [global::Cpp2ILInjected.Address(RVA = "0x1DB5588", Offset = "0x1DB5588", Length = "0x8")]
61 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
62 get
63 {
64 throw null;
65 }
66 }
67
68 [global::Cpp2ILInjected.Token(Token = "0x4000423")]
69 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
70 private int pos;
71 }
72}
class f__AnonymousType0<< Count > j__TPar
override bool IsNullable
Definition LeafNode.cs:58
override void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos)
Definition LeafNode.cs:51
override void ExpandTree(InteriorNode parent, SymbolsDictionary symbols, Positions positions)
Definition LeafNode.cs:41