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
XComment.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
System.Xml.Linq
5
{
6
// Token: 0x02000005 RID: 5
7
public
class
XComment
:
XNode
8
{
9
// Token: 0x06000011 RID: 17 RVA: 0x00002374 File Offset: 0x00000574
10
public
XComment
(
string
value
)
11
{
12
do
13
{
14
base
..ctor();
15
}
16
while
(
value
==
null
);
17
this.value
=
value
;
18
}
19
20
// Token: 0x06000012 RID: 18 RVA: 0x00002394 File Offset: 0x00000594
21
public
XComment
(
XComment
other
)
22
{
23
do
24
{
25
base
..ctor();
26
}
27
while
(
other
==
null
);
28
string
text
=
other
.value;
29
this.value
=
text
;
30
}
31
32
// Token: 0x17000006 RID: 6
33
// (get) Token: 0x06000013 RID: 19 RVA: 0x000023B8 File Offset: 0x000005B8
34
public
override
XmlNodeType
NodeType
35
{
36
get
37
{
38
return
XmlNodeType
.Comment;
39
}
40
}
41
42
// Token: 0x17000007 RID: 7
43
// (get) Token: 0x06000014 RID: 20 RVA: 0x000023C8 File Offset: 0x000005C8
44
// (set) Token: 0x06000015 RID: 21 RVA: 0x000023DC File Offset: 0x000005DC
45
public
string
Value
46
{
47
get
48
{
49
return
this.
value
;
50
}
51
set
52
{
53
while
(
value
==
null
)
54
{
55
}
56
if
(!
true
)
57
{
58
}
59
this.value
=
value
;
60
if
(!
true
)
61
{
62
}
63
}
64
}
65
66
// Token: 0x06000016 RID: 22 RVA: 0x000023FC File Offset: 0x000005FC
67
public
override
void
WriteTo
(
XmlWriter
writer)
68
{
69
while
(writer ==
null
)
70
{
71
}
72
string
text
= this.
value
;
73
}
74
75
// Token: 0x06000017 RID: 23 RVA: 0x00002367 File Offset: 0x00000567
76
internal
override
XNode
CloneNode
()
77
{
78
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
79
}
80
81
// Token: 0x04000004 RID: 4
82
internal
string
value
;
83
}
84
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
System.Xml.Linq.XComment.WriteTo
override void WriteTo(XmlWriter writer)
Definition
XComment.cs:67
System.Xml.Linq.XComment.Value
string Value
Definition
XComment.cs:46
System.Xml.Linq.XComment.XComment
XComment(string value)
Definition
XComment.cs:10
System.Xml.Linq.XComment.XComment
XComment(XComment other)
Definition
XComment.cs:21
System.Xml.Linq.XComment.NodeType
override XmlNodeType NodeType
Definition
XComment.cs:35
System.Xml.Linq.XComment.CloneNode
override XNode CloneNode()
Definition
XComment.cs:76
System.Xml.Linq.XComment.value
string value
Definition
XComment.cs:82
System.Xml.Linq.XComment
Definition
XComment.cs:8
System.Xml.Linq.XNode
Definition
XNode.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.text
@ text
System
Definition
__ComObject.cs:4
source
System.Xml.Linq
System
Xml
Linq
XComment.cs
Generated by
1.10.0