terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
XmlName.cs
Go to the documentation of this file.
1using System;
6
7namespace System.Xml
8{
9 [global::Cpp2ILInjected.Token(Token = "0x2000074")]
10 internal class XmlName : IXmlSchemaInfo
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x600058F")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1D96FCC", Offset = "0x1D96FCC", Length = "0xE8")]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DomNameTable), Member = "AddName", MemberParameters = new object[]
15 {
16 typeof(string),
17 typeof(string),
18 typeof(string),
20 }, ReturnType = typeof(XmlName))]
21 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
22 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlNameEx), Member = ".ctor", MemberParameters = new object[]
23 {
24 typeof(string),
25 typeof(string),
26 typeof(string),
27 typeof(int),
31 }, ReturnType = typeof(void))]
32 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
33 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
34 public static XmlName Create(string prefix, string localName, string ns, int hashCode, XmlDocument ownerDoc, XmlName next, IXmlSchemaInfo schemaInfo)
35 {
36 throw null;
37 }
38
39 [global::Cpp2ILInjected.Token(Token = "0x6000590")]
40 [global::Cpp2ILInjected.Address(RVA = "0x1D970B4", Offset = "0x1D970B4", Length = "0x58")]
41 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
42 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
43 internal XmlName(string prefix, string localName, string ns, int hashCode, XmlDocument ownerDoc, XmlName next)
44 {
45 throw null;
46 }
47
48 [global::Cpp2ILInjected.Token(Token = "0x1700015D")]
49 public string LocalName
50 {
51 [global::Cpp2ILInjected.Token(Token = "0x6000591")]
52 [global::Cpp2ILInjected.Address(RVA = "0x1D974D4", Offset = "0x1D974D4", Length = "0x8")]
53 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
54 get
55 {
56 throw null;
57 }
58 }
59
60 [global::Cpp2ILInjected.Token(Token = "0x1700015E")]
61 public string NamespaceURI
62 {
63 [global::Cpp2ILInjected.Token(Token = "0x6000592")]
64 [global::Cpp2ILInjected.Address(RVA = "0x1D974DC", Offset = "0x1D974DC", Length = "0x8")]
65 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
66 get
67 {
68 throw null;
69 }
70 }
71
72 [global::Cpp2ILInjected.Token(Token = "0x1700015F")]
73 public string Prefix
74 {
75 [global::Cpp2ILInjected.Token(Token = "0x6000593")]
76 [global::Cpp2ILInjected.Address(RVA = "0x1D974E4", Offset = "0x1D974E4", Length = "0x8")]
77 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
78 get
79 {
80 throw null;
81 }
82 }
83
84 [global::Cpp2ILInjected.Token(Token = "0x17000160")]
85 public int HashCode
86 {
87 [global::Cpp2ILInjected.Token(Token = "0x6000594")]
88 [global::Cpp2ILInjected.Address(RVA = "0x1D974EC", Offset = "0x1D974EC", Length = "0x8")]
89 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
90 get
91 {
92 throw null;
93 }
94 }
95
96 [global::Cpp2ILInjected.Token(Token = "0x17000161")]
98 {
99 [global::Cpp2ILInjected.Token(Token = "0x6000595")]
100 [global::Cpp2ILInjected.Address(RVA = "0x1D974F4", Offset = "0x1D974F4", Length = "0x8")]
101 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
102 get
103 {
104 throw null;
105 }
106 }
107
108 [global::Cpp2ILInjected.Token(Token = "0x17000162")]
109 public string Name
110 {
111 [global::Cpp2ILInjected.Token(Token = "0x6000596")]
112 [global::Cpp2ILInjected.Address(RVA = "0x1D91CCC", Offset = "0x1D91CCC", Length = "0x180")]
113 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
114 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlAttribute), Member = "get_Name", ReturnType = typeof(string))]
115 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
116 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
117 {
118 typeof(string),
119 typeof(string),
120 typeof(string)
121 }, ReturnType = typeof(string))]
122 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlDocument), Member = "get_NameTable", ReturnType = typeof(XmlNameTable))]
123 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Monitor), Member = "Enter", MemberParameters = new object[]
124 {
125 typeof(object),
126 typeof(ref bool)
127 }, ReturnType = typeof(void))]
128 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Monitor), Member = "Exit", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
129 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
130 get
131 {
132 throw null;
133 }
134 }
135
136 [global::Cpp2ILInjected.Token(Token = "0x17000163")]
138 {
139 [global::Cpp2ILInjected.Token(Token = "0x6000597")]
140 [global::Cpp2ILInjected.Address(RVA = "0x1D974FC", Offset = "0x1D974FC", Length = "0x8")]
141 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
142 get
143 {
144 throw null;
145 }
146 }
147
148 [global::Cpp2ILInjected.Token(Token = "0x17000164")]
149 public virtual bool IsDefault
150 {
151 [global::Cpp2ILInjected.Token(Token = "0x6000598")]
152 [global::Cpp2ILInjected.Address(RVA = "0x1D97504", Offset = "0x1D97504", Length = "0x8")]
153 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
154 get
155 {
156 throw null;
157 }
158 }
159
160 [global::Cpp2ILInjected.Token(Token = "0x17000165")]
161 public virtual bool IsNil
162 {
163 [global::Cpp2ILInjected.Token(Token = "0x6000599")]
164 [global::Cpp2ILInjected.Address(RVA = "0x1D9750C", Offset = "0x1D9750C", Length = "0x8")]
165 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
166 get
167 {
168 throw null;
169 }
170 }
171
172 [global::Cpp2ILInjected.Token(Token = "0x17000166")]
174 {
175 [global::Cpp2ILInjected.Token(Token = "0x600059A")]
176 [global::Cpp2ILInjected.Address(RVA = "0x1D97514", Offset = "0x1D97514", Length = "0x8")]
177 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
178 get
179 {
180 throw null;
181 }
182 }
183
184 [global::Cpp2ILInjected.Token(Token = "0x17000167")]
186 {
187 [global::Cpp2ILInjected.Token(Token = "0x600059B")]
188 [global::Cpp2ILInjected.Address(RVA = "0x1D9751C", Offset = "0x1D9751C", Length = "0x8")]
189 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
190 get
191 {
192 throw null;
193 }
194 }
195
196 [global::Cpp2ILInjected.Token(Token = "0x17000168")]
198 {
199 [global::Cpp2ILInjected.Token(Token = "0x600059C")]
200 [global::Cpp2ILInjected.Address(RVA = "0x1D97524", Offset = "0x1D97524", Length = "0x8")]
201 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
202 get
203 {
204 throw null;
205 }
206 }
207
208 [global::Cpp2ILInjected.Token(Token = "0x17000169")]
210 {
211 [global::Cpp2ILInjected.Token(Token = "0x600059D")]
212 [global::Cpp2ILInjected.Address(RVA = "0x1D9752C", Offset = "0x1D9752C", Length = "0x8")]
213 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
214 get
215 {
216 throw null;
217 }
218 }
219
220 [global::Cpp2ILInjected.Token(Token = "0x600059E")]
221 [global::Cpp2ILInjected.Address(RVA = "0x1D97534", Offset = "0x1D97534", Length = "0xC")]
222 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
223 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
224 public virtual bool Equals(IXmlSchemaInfo schemaInfo)
225 {
226 throw null;
227 }
228
229 [global::Cpp2ILInjected.Token(Token = "0x600059F")]
230 [global::Cpp2ILInjected.Address(RVA = "0x1D97540", Offset = "0x1D97540", Length = "0x64")]
231 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
232 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DomNameTable), Member = "GetName", MemberParameters = new object[]
233 {
234 typeof(string),
235 typeof(string),
236 typeof(string),
238 }, ReturnType = typeof(XmlName))]
239 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DomNameTable), Member = "AddName", MemberParameters = new object[]
240 {
241 typeof(string),
242 typeof(string),
243 typeof(string),
245 }, ReturnType = typeof(XmlName))]
246 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
247 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
248 public static int GetHashCode(string name)
249 {
250 throw null;
251 }
252
253 [global::Cpp2ILInjected.Token(Token = "0x40002E2")]
254 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
255 private string prefix;
256
257 [global::Cpp2ILInjected.Token(Token = "0x40002E3")]
258 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
259 private string localName;
260
261 [global::Cpp2ILInjected.Token(Token = "0x40002E4")]
262 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
263 private string ns;
264
265 [global::Cpp2ILInjected.Token(Token = "0x40002E5")]
266 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
267 private string name;
268
269 [global::Cpp2ILInjected.Token(Token = "0x40002E6")]
270 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
271 private int hashCode;
272
273 [global::Cpp2ILInjected.Token(Token = "0x40002E7")]
274 [global::Cpp2ILInjected.FieldOffset(Offset = "0x38")]
276
277 [global::Cpp2ILInjected.Token(Token = "0x40002E8")]
278 [global::Cpp2ILInjected.FieldOffset(Offset = "0x40")]
279 internal XmlName next;
280 }
281}
class f__AnonymousType0<< Count > j__TPar
XmlName(string prefix, string localName, string ns, int hashCode, XmlDocument ownerDoc, XmlName next)
Definition XmlName.cs:43
virtual XmlSchemaSimpleType MemberType
Definition XmlName.cs:174
virtual bool Equals(IXmlSchemaInfo schemaInfo)
Definition XmlName.cs:224
static XmlName Create(string prefix, string localName, string ns, int hashCode, XmlDocument ownerDoc, XmlName next, IXmlSchemaInfo schemaInfo)
Definition XmlName.cs:34
virtual XmlSchemaAttribute SchemaAttribute
Definition XmlName.cs:210
static int GetHashCode(string name)
Definition XmlName.cs:248
virtual XmlSchemaElement SchemaElement
Definition XmlName.cs:198
string NamespaceURI
Definition XmlName.cs:62
virtual bool IsDefault
Definition XmlName.cs:150
XmlDocument OwnerDocument
Definition XmlName.cs:98
XmlDocument ownerDoc
Definition XmlName.cs:275
virtual bool IsNil
Definition XmlName.cs:162
virtual XmlSchemaValidity Validity
Definition XmlName.cs:138