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
XmlSignificantWhitespace.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
System.Xml
5
{
6
// Token: 0x0200007F RID: 127
7
public
class
XmlSignificantWhitespace
:
XmlCharacterData
8
{
9
// Token: 0x06000610 RID: 1552 RVA: 0x00014730 File Offset: 0x00012930
10
protected
internal
XmlSignificantWhitespace
(
string
strData
,
XmlDocument
doc)
11
:
base
(
strData
, doc)
12
{
13
if
(!doc.
isLoading
)
14
{
15
bool
flag =
base
.CheckOnData(
strData
);
16
}
17
}
18
19
// Token: 0x17000199 RID: 409
20
// (get) Token: 0x06000611 RID: 1553 RVA: 0x00003FFD File Offset: 0x000021FD
21
public
override
string
Name
22
{
23
get
24
{
25
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
26
}
27
}
28
29
// Token: 0x1700019A RID: 410
30
// (get) Token: 0x06000612 RID: 1554 RVA: 0x00003FFD File Offset: 0x000021FD
31
public
override
string
LocalName
32
{
33
get
34
{
35
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
36
}
37
}
38
39
// Token: 0x1700019B RID: 411
40
// (get) Token: 0x06000613 RID: 1555 RVA: 0x00014760 File Offset: 0x00012960
41
public
override
XmlNodeType
NodeType
42
{
43
get
44
{
45
return
XmlNodeType
.SignificantWhitespace;
46
}
47
}
48
49
// Token: 0x1700019C RID: 412
50
// (get) Token: 0x06000614 RID: 1556 RVA: 0x00014770 File Offset: 0x00012970
51
public
override
XmlNode
ParentNode
52
{
53
get
54
{
55
XmlNode
parentNode
= this.
parentNode
;
56
return
base
.
ParentNode
;
57
}
58
}
59
60
// Token: 0x06000615 RID: 1557 RVA: 0x00003FFD File Offset: 0x000021FD
61
public
override
XmlNode
CloneNode
(
bool
deep
)
62
{
63
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
64
}
65
66
// Token: 0x1700019D RID: 413
67
// (get) Token: 0x06000616 RID: 1558 RVA: 0x00003FFD File Offset: 0x000021FD
68
// (set) Token: 0x06000617 RID: 1559 RVA: 0x000147A4 File Offset: 0x000129A4
69
public
override
string
Value
70
{
71
get
72
{
73
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
74
}
75
set
76
{
77
bool
flag =
base
.CheckOnData(
value
);
78
}
79
}
80
81
// Token: 0x1700019E RID: 414
82
// (get) Token: 0x06000618 RID: 1560 RVA: 0x000147C4 File Offset: 0x000129C4
83
internal
override
bool
IsText
84
{
85
get
86
{
87
return
true
;
88
}
89
}
90
}
91
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
System.Xml.XmlCharacterData
Definition
XmlCharacterData.cs:8
System.Xml.XmlDocument.isLoading
bool isLoading
Definition
XmlDocument.cs:1044
System.Xml.XmlDocument
Definition
XmlDocument.cs:10
System.Xml.XmlNode.parentNode
XmlNode parentNode
Definition
XmlNode.cs:633
System.Xml.XmlNode.ParentNode
virtual XmlNode ParentNode
Definition
XmlNode.cs:93
System.Xml.XmlNode
Definition
XmlNode.cs:15
System.Xml.XmlSignificantWhitespace.Value
override string Value
Definition
XmlSignificantWhitespace.cs:70
System.Xml.XmlSignificantWhitespace.ParentNode
override XmlNode ParentNode
Definition
XmlSignificantWhitespace.cs:52
System.Xml.XmlSignificantWhitespace.Name
override string Name
Definition
XmlSignificantWhitespace.cs:22
System.Xml.XmlSignificantWhitespace.LocalName
override string LocalName
Definition
XmlSignificantWhitespace.cs:32
System.Xml.XmlSignificantWhitespace.XmlSignificantWhitespace
XmlSignificantWhitespace(string strData, XmlDocument doc)
Definition
XmlSignificantWhitespace.cs:10
System.Xml.XmlSignificantWhitespace.NodeType
override XmlNodeType NodeType
Definition
XmlSignificantWhitespace.cs:42
System.Xml.XmlSignificantWhitespace.CloneNode
override XmlNode CloneNode(bool deep)
Definition
XmlSignificantWhitespace.cs:61
System.Xml.XmlSignificantWhitespace.IsText
override bool IsText
Definition
XmlSignificantWhitespace.cs:84
System.Xml.XmlSignificantWhitespace
Definition
XmlSignificantWhitespace.cs:8
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.Xml.XmlNodeType
XmlNodeType
Definition
XmlNodeType.cs:7
System.Xml
Definition
ElementWriter.cs:4
System.ExceptionArgument.value
@ value
System
Definition
__ComObject.cs:4
source
System.Xml
System
Xml
XmlSignificantWhitespace.cs
Generated by
1.10.0