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.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
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
12
public
SyntaxTreeNode
LeftChild
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
26
public
SyntaxTreeNode
RightChild
27
{
28
get
29
{
30
return
this.
rightChild
;
31
}
32
set
33
{
34
this.rightChild
=
value
;
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
{
47
SyntaxTreeNode
syntaxTreeNode
= this.
leftChild
;
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
60
private
SyntaxTreeNode
leftChild
;
61
62
// Token: 0x04000427 RID: 1063
63
private
SyntaxTreeNode
rightChild
;
64
}
65
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
System.Xml.Schema.InteriorNode.rightChild
SyntaxTreeNode rightChild
Definition
InteriorNode.cs:63
System.Xml.Schema.InteriorNode.InteriorNode
InteriorNode()
Definition
InteriorNode.cs:55
System.Xml.Schema.InteriorNode.ExpandTree
override void ExpandTree(InteriorNode parent, SymbolsDictionary symbols, Positions positions)
Definition
InteriorNode.cs:45
System.Xml.Schema.InteriorNode.leftChild
SyntaxTreeNode leftChild
Definition
InteriorNode.cs:60
System.Xml.Schema.InteriorNode.ExpandTreeNoRecursive
void ExpandTreeNoRecursive(InteriorNode parent, SymbolsDictionary symbols, Positions positions)
Definition
InteriorNode.cs:39
System.Xml.Schema.InteriorNode.RightChild
SyntaxTreeNode RightChild
Definition
InteriorNode.cs:27
System.Xml.Schema.InteriorNode.LeftChild
SyntaxTreeNode LeftChild
Definition
InteriorNode.cs:13
System.Xml.Schema.InteriorNode
Definition
InteriorNode.cs:8
System.Xml.Schema.Positions
Definition
Positions.cs:8
System.Xml.Schema.SymbolsDictionary
Definition
SymbolsDictionary.cs:10
System.Xml.Schema.SyntaxTreeNode
Definition
SyntaxTreeNode.cs:7
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.Xml.Schema
Definition
BaseValidator.cs:4
System.ExceptionArgument.value
@ value
System
Definition
__ComObject.cs:4
source
System.Xml
System
Xml
Schema
InteriorNode.cs
Generated by
1.10.0