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
XCData.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
System.Xml.Linq
5
{
6
// Token: 0x02000004 RID: 4
7
public
class
XCData
:
XText
8
{
9
// Token: 0x0600000C RID: 12 RVA: 0x00002318 File Offset: 0x00000518
10
public
XCData
(
string
value
)
11
:
base
(
value
)
12
{
13
}
14
15
// Token: 0x0600000D RID: 13 RVA: 0x0000232C File Offset: 0x0000052C
16
public
XCData
(
XCData
other
)
17
:
base
(
other
)
18
{
19
}
20
21
// Token: 0x17000005 RID: 5
22
// (get) Token: 0x0600000E RID: 14 RVA: 0x00002340 File Offset: 0x00000540
23
public
override
XmlNodeType
NodeType
24
{
25
get
26
{
27
return
XmlNodeType
.CDATA;
28
}
29
}
30
31
// Token: 0x0600000F RID: 15 RVA: 0x00002350 File Offset: 0x00000550
32
public
override
void
WriteTo
(
XmlWriter
writer)
33
{
34
while
(writer ==
null
)
35
{
36
}
37
string
text
= this.
text
;
38
}
39
40
// Token: 0x06000010 RID: 16 RVA: 0x00002367 File Offset: 0x00000567
41
internal
override
XNode
CloneNode
()
42
{
43
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
44
}
45
}
46
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
System.Xml.Linq.XCData.CloneNode
override XNode CloneNode()
Definition
XCData.cs:41
System.Xml.Linq.XCData.XCData
XCData(string value)
Definition
XCData.cs:10
System.Xml.Linq.XCData.NodeType
override XmlNodeType NodeType
Definition
XCData.cs:24
System.Xml.Linq.XCData.WriteTo
override void WriteTo(XmlWriter writer)
Definition
XCData.cs:32
System.Xml.Linq.XCData.XCData
XCData(XCData other)
Definition
XCData.cs:16
System.Xml.Linq.XCData
Definition
XCData.cs:8
System.Xml.Linq.XNode
Definition
XNode.cs:9
System.Xml.Linq.XText.text
string text
Definition
XText.cs:93
System.Xml.Linq.XText
Definition
XText.cs:9
System.Xml.XmlWriter
Definition
XmlWriter.cs:8
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.Xml.Linq
Definition
ElementWriter.cs:4
System.Xml.XmlNodeType
XmlNodeType
Definition
XmlNodeType.cs:7
System.ExceptionArgument.value
@ value
System
Definition
__ComObject.cs:4
source
System.Xml.Linq
System
Xml
Linq
XCData.cs
Generated by
1.10.0