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.
1using System;
3
4namespace System.Xml
5{
6 // Token: 0x02000082 RID: 130
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 {
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}
class f__AnonymousType0<< Count > j__TPar
XmlNode parentNode
Definition XmlNode.cs:633
virtual XmlNode ParentNode
Definition XmlNode.cs:93
override XmlNode ParentNode
override string LocalName
override XmlNodeType NodeType
override XmlNode CloneNode(bool deep)
XmlWhitespace(string strData, XmlDocument doc)