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.
1using System;
3
4namespace 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);
18 }
19
20 // Token: 0x06000012 RID: 18 RVA: 0x00002394 File Offset: 0x00000594
22 {
23 do
24 {
25 base..ctor();
26 }
27 while (other == null);
28 string text = other.value;
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 }
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}
class f__AnonymousType0<< Count > j__TPar
override void WriteTo(XmlWriter writer)
Definition XComment.cs:67
XComment(string value)
Definition XComment.cs:10
XComment(XComment other)
Definition XComment.cs:21
override XmlNodeType NodeType
Definition XComment.cs:35
override XNode CloneNode()
Definition XComment.cs:76