terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
InteriorNode.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Xml.Schema
5{
6 // Token: 0x020000CB RID: 203
7 internal abstract class InteriorNode : SyntaxTreeNode
8 {
9 // Token: 0x170001FC RID: 508
10 // (get) Token: 0x06000831 RID: 2097 RVA: 0x0001A200 File Offset: 0x00018400
11 // (set) Token: 0x06000832 RID: 2098 RVA: 0x0001A214 File Offset: 0x00018414
13 {
14 get
15 {
16 return this.leftChild;
17 }
18 set
19 {
20 }
21 }
22
23 // Token: 0x170001FD RID: 509
24 // (get) Token: 0x06000833 RID: 2099 RVA: 0x0001A224 File Offset: 0x00018424
25 // (set) Token: 0x06000834 RID: 2100 RVA: 0x0001A238 File Offset: 0x00018438
27 {
28 get
29 {
30 return this.rightChild;
31 }
32 set
33 {
35 }
36 }
37
38 // Token: 0x06000835 RID: 2101 RVA: 0x00003FFD File Offset: 0x000021FD
39 protected void ExpandTreeNoRecursive(InteriorNode parent, SymbolsDictionary symbols, Positions positions)
40 {
41 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
42 }
43
44 // Token: 0x06000836 RID: 2102 RVA: 0x0001A24C File Offset: 0x0001844C
45 public override void ExpandTree(InteriorNode parent, SymbolsDictionary symbols, Positions positions)
46 {
48 if (this.rightChild != null)
49 {
50 return;
51 }
52 }
53
54 // Token: 0x06000837 RID: 2103 RVA: 0x0001A26C File Offset: 0x0001846C
55 protected InteriorNode()
56 {
57 }
58
59 // Token: 0x04000426 RID: 1062
61
62 // Token: 0x04000427 RID: 1063
64 }
65}
class f__AnonymousType0<< Count > j__TPar
override void ExpandTree(InteriorNode parent, SymbolsDictionary symbols, Positions positions)
void ExpandTreeNoRecursive(InteriorNode parent, SymbolsDictionary symbols, Positions positions)