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
XmlWhitespace.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
System.Xml
5
{
6
// Token: 0x02000082 RID: 130
7
public
class
XmlWhitespace
:
XmlCharacterData
8
{
9
// Token: 0x0600062A RID: 1578 RVA: 0x00014904 File Offset: 0x00012B04
10
protected
internal
XmlWhitespace
(
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: 0x170001A7 RID: 423
20
// (get) Token: 0x0600062B RID: 1579 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: 0x170001A8 RID: 424
30
// (get) Token: 0x0600062C RID: 1580 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: 0x170001A9 RID: 425
40
// (get) Token: 0x0600062D RID: 1581 RVA: 0x00014934 File Offset: 0x00012B34
41
public
override
XmlNodeType
NodeType
42
{
43
get
44
{
45
return
XmlNodeType
.Whitespace;
46
}
47
}
48
49
// Token: 0x170001AA RID: 426
50
// (get) Token: 0x0600062E RID: 1582 RVA: 0x00014944 File Offset: 0x00012B44
51
public
override
XmlNode
ParentNode
52
{
53
get
54
{
55
XmlNode
parentNode
= this.
parentNode
;
56
return
base
.
ParentNode
;
57
}
58
}
59
60
// Token: 0x170001AB RID: 427
61
// (get) Token: 0x0600062F RID: 1583 RVA: 0x00003FFD File Offset: 0x000021FD
62
// (set) Token: 0x06000630 RID: 1584 RVA: 0x00014978 File Offset: 0x00012B78
63
public
override
string
Value
64
{
65
get
66
{
67
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
68
}
69
set
70
{
71
bool
flag =
base
.CheckOnData(
value
);
72
}
73
}
74
75
// Token: 0x06000631 RID: 1585 RVA: 0x00003FFD File Offset: 0x000021FD
76
public
override
XmlNode
CloneNode
(
bool
deep
)
77
{
78
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
79
}
80
81
// Token: 0x170001AC RID: 428
82
// (get) Token: 0x06000632 RID: 1586 RVA: 0x00014998 File Offset: 0x00012B98
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.XmlWhitespace.ParentNode
override XmlNode ParentNode
Definition
XmlWhitespace.cs:52
System.Xml.XmlWhitespace.LocalName
override string LocalName
Definition
XmlWhitespace.cs:32
System.Xml.XmlWhitespace.NodeType
override XmlNodeType NodeType
Definition
XmlWhitespace.cs:42
System.Xml.XmlWhitespace.Name
override string Name
Definition
XmlWhitespace.cs:22
System.Xml.XmlWhitespace.CloneNode
override XmlNode CloneNode(bool deep)
Definition
XmlWhitespace.cs:76
System.Xml.XmlWhitespace.Value
override string Value
Definition
XmlWhitespace.cs:64
System.Xml.XmlWhitespace.XmlWhitespace
XmlWhitespace(string strData, XmlDocument doc)
Definition
XmlWhitespace.cs:10
System.Xml.XmlWhitespace.IsText
override bool IsText
Definition
XmlWhitespace.cs:84
System.Xml.XmlWhitespace
Definition
XmlWhitespace.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
XmlWhitespace.cs
Generated by
1.10.0