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
XmlException.cs
Go to the documentation of this file.
1using System;
4using System.Text;
7
8namespace System.Xml
9{
10 [global::Cpp2ILInjected.Token(Token = "0x20000A8")]
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x6000779")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1DAEDD4", Offset = "0x1DAEDD4", Length = "0x3BC")]
16 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
18 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SystemException), Member = ".ctor", MemberParameters = new object[]
19 {
22 }, ReturnType = typeof(void))]
23 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(RuntimeTypeHandle) }, ReturnType = typeof(Type))]
24 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SerializationInfo), Member = "GetValue", MemberParameters = new object[]
25 {
26 typeof(string),
28 }, ReturnType = typeof(object))]
29 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SerializationInfo), Member = "GetEnumerator", ReturnType = typeof(SerializationInfoEnumerator))]
30 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SerializationInfoEnumerator), Member = "MoveNext", ReturnType = typeof(bool))]
31 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SerializationInfoEnumerator), Member = "get_Current", ReturnType = typeof(SerializationEntry))]
32 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
33 {
34 typeof(string),
35 typeof(string)
36 }, ReturnType = typeof(bool))]
37 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlException), Member = "CreateMessage", MemberParameters = new object[]
38 {
39 typeof(string),
40 typeof(string[]),
41 typeof(int),
42 typeof(int)
43 }, ReturnType = typeof(string))]
44 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 20)]
46 {
47 throw null;
48 }
49
50 [global::Cpp2ILInjected.Token(Token = "0x600077A")]
51 [global::Cpp2ILInjected.Address(RVA = "0x1DAF400", Offset = "0x1DAF400", Length = "0x170")]
52 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
53 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Exception), Member = "GetObjectData", MemberParameters = new object[]
54 {
57 }, ReturnType = typeof(void))]
58 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SerializationInfo), Member = "AddValue", MemberParameters = new object[]
59 {
60 typeof(string),
61 typeof(object)
62 }, ReturnType = typeof(void))]
63 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SerializationInfo), Member = "AddValue", MemberParameters = new object[]
64 {
65 typeof(string),
66 typeof(int)
67 }, ReturnType = typeof(void))]
68 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
70 {
71 throw null;
72 }
73
74 [global::Cpp2ILInjected.Token(Token = "0x600077B")]
75 [global::Cpp2ILInjected.Address(RVA = "0x1DAF570", Offset = "0x1DAF570", Length = "0x18")]
76 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
77 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlException), Member = ".ctor", MemberParameters = new object[]
78 {
79 typeof(string),
81 typeof(int),
82 typeof(int),
83 typeof(string)
84 }, ReturnType = typeof(void))]
85 public XmlException()
86 {
87 throw null;
88 }
89
90 [global::Cpp2ILInjected.Token(Token = "0x600077C")]
91 [global::Cpp2ILInjected.Address(RVA = "0x1DAF588", Offset = "0x1DAF588", Length = "0x14")]
92 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
93 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlException), Member = ".ctor", MemberParameters = new object[]
94 {
95 typeof(string),
97 typeof(int),
98 typeof(int),
99 typeof(string)
100 }, ReturnType = typeof(void))]
101 public XmlException(string message)
102 {
103 throw null;
104 }
105
106 [global::Cpp2ILInjected.Token(Token = "0x600077D")]
107 [global::Cpp2ILInjected.Address(RVA = "0x1DAF59C", Offset = "0x1DAF59C", Length = "0x8")]
108 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
110 {
111 throw null;
112 }
113
114 [global::Cpp2ILInjected.Token(Token = "0x600077E")]
115 [global::Cpp2ILInjected.Address(RVA = "0x1DAF5A4", Offset = "0x1DAF5A4", Length = "0x120")]
116 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
117 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlTextReaderImpl), Member = "ReThrow", MemberParameters = new object[]
118 {
120 typeof(int),
121 typeof(int)
122 }, ReturnType = typeof(void))]
123 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlException), Member = ".ctor", ReturnType = typeof(void))]
124 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
125 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
126 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlException), Member = "FormatUserMessage", MemberParameters = new object[]
127 {
128 typeof(string),
129 typeof(int),
130 typeof(int)
131 }, ReturnType = typeof(string))]
132 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SystemException), Member = ".ctor", MemberParameters = new object[]
133 {
134 typeof(string),
136 }, ReturnType = typeof(void))]
137 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
139 {
140 throw null;
141 }
142
143 [global::Cpp2ILInjected.Token(Token = "0x600077F")]
144 [global::Cpp2ILInjected.Address(RVA = "0x1DA6094", Offset = "0x1DA6094", Length = "0x5C")]
145 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
146 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlWellFormedWriter), Member = "PushNamespaceImplicit", MemberParameters = new object[]
147 {
148 typeof(string),
149 typeof(string)
150 }, ReturnType = typeof(void))]
151 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlWellFormedWriter), Member = "PushNamespaceExplicit", MemberParameters = new object[]
152 {
153 typeof(string),
154 typeof(string)
155 }, ReturnType = typeof(bool))]
156 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlDocument), Member = "CheckName", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
157 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ValidateNames), Member = "ThrowInvalidName", MemberParameters = new object[]
158 {
159 typeof(string),
160 typeof(int),
161 typeof(int)
162 }, ReturnType = typeof(void))]
163 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ValidateNames), Member = "GetInvalidNameException", MemberParameters = new object[]
164 {
165 typeof(string),
166 typeof(int),
167 typeof(int)
168 }, ReturnType = typeof(Exception))]
169 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlConvert), Member = "TryVerifyName", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(Exception))]
170 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlConvert), Member = "TryVerifyNMTOKEN", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(Exception))]
171 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 7)]
172 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlException), Member = "CreateMessage", MemberParameters = new object[]
173 {
174 typeof(string),
175 typeof(string[]),
176 typeof(int),
177 typeof(int)
178 }, ReturnType = typeof(string))]
179 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SystemException), Member = ".ctor", MemberParameters = new object[]
180 {
181 typeof(string),
183 }, ReturnType = typeof(void))]
184 internal XmlException(string res, string[] args)
185 {
186 throw null;
187 }
188
189 [global::Cpp2ILInjected.Token(Token = "0x6000780")]
190 [global::Cpp2ILInjected.Address(RVA = "0x1DA5EEC", Offset = "0x1DA5EEC", Length = "0xC4")]
191 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
192 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BinHexDecoder), Member = "Decode", MemberParameters = new object[]
193 {
194 typeof(char[]),
195 typeof(bool)
196 }, ReturnType = typeof(byte[]))]
197 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BinHexDecoder), Member = "Decode", MemberParameters = new object[]
198 {
199 typeof(char*),
200 typeof(char*),
201 typeof(byte*),
202 typeof(byte*),
203 typeof(ref bool),
204 typeof(ref byte),
205 typeof(ref int),
206 typeof(ref int)
207 }, ReturnType = typeof(void))]
208 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(QueryOutputWriter), Member = "WriteStartElement", MemberParameters = new object[]
209 {
210 typeof(string),
211 typeof(string),
212 typeof(string)
213 }, ReturnType = typeof(void))]
214 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(QueryOutputWriter), Member = "Close", ReturnType = typeof(void))]
215 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlParserContext), Member = ".ctor", MemberParameters = new object[]
216 {
217 typeof(XmlNameTable),
218 typeof(XmlNamespaceManager),
219 typeof(string),
220 typeof(string),
221 typeof(string),
222 typeof(string),
223 typeof(string),
224 typeof(string),
225 typeof(XmlSpace),
227 }, ReturnType = typeof(void))]
228 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlReaderSettings), Member = "CheckReadOnly", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
229 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlTextReaderImpl.DtdDefaultAttributeInfoToNodeDataComparer", Member = "Compare", MemberParameters = new object[]
230 {
231 typeof(object),
232 typeof(object)
233 }, ReturnType = typeof(int))]
234 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlTextReaderImpl), Member = "FinishInitUriString", ReturnType = typeof(void))]
235 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlTextReaderImpl), Member = "ResolveEntity", ReturnType = typeof(void))]
236 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlTextReaderImpl), Member = "set_EntityHandling", MemberParameters = new object[] { typeof(EntityHandling) }, ReturnType = typeof(void))]
237 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlWellFormedWriter), Member = "WriteEndElement", ReturnType = typeof(void))]
238 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlWellFormedWriter), Member = "WriteFullEndElement", ReturnType = typeof(void))]
239 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlWellFormedWriter), Member = "DupAttrException", MemberParameters = new object[]
240 {
241 typeof(string),
242 typeof(string)
243 }, ReturnType = typeof(XmlException))]
244 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlWriterSettings), Member = "CheckReadOnly", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
245 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlLoader), Member = "LoadDocumentType", MemberParameters = new object[]
246 {
247 typeof(IDtdInfo),
248 typeof(XmlDocumentType)
249 }, ReturnType = typeof(void))]
250 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlLoader), Member = "ExpandEntityReference", MemberParameters = new object[] { typeof(XmlEntityReference) }, ReturnType = typeof(void))]
251 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ValidateNames), Member = "ThrowInvalidName", MemberParameters = new object[]
252 {
253 typeof(string),
254 typeof(int),
255 typeof(int)
256 }, ReturnType = typeof(void))]
257 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ValidateNames), Member = "GetInvalidNameException", MemberParameters = new object[]
258 {
259 typeof(string),
260 typeof(int),
261 typeof(int)
262 }, ReturnType = typeof(Exception))]
263 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlConvert), Member = "TryVerifyName", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(Exception))]
264 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlConvert), Member = "TryVerifyTOKEN", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(Exception))]
265 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlConvert), Member = "TryVerifyNMTOKEN", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(Exception))]
266 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Ucs4Decoder4321), Member = "GetFullChars", MemberParameters = new object[]
267 {
268 typeof(byte[]),
269 typeof(int),
270 typeof(int),
271 typeof(char[]),
272 typeof(int)
273 }, ReturnType = typeof(int))]
274 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Ucs4Decoder1234), Member = "GetFullChars", MemberParameters = new object[]
275 {
276 typeof(byte[]),
277 typeof(int),
278 typeof(int),
279 typeof(char[]),
280 typeof(int)
281 }, ReturnType = typeof(int))]
282 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Ucs4Decoder2143), Member = "GetFullChars", MemberParameters = new object[]
283 {
284 typeof(byte[]),
285 typeof(int),
286 typeof(int),
287 typeof(char[]),
288 typeof(int)
289 }, ReturnType = typeof(int))]
290 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Ucs4Decoder3412), Member = "GetFullChars", MemberParameters = new object[]
291 {
292 typeof(byte[]),
293 typeof(int),
294 typeof(int),
295 typeof(char[]),
296 typeof(int)
297 }, ReturnType = typeof(int))]
298 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlQualifiedName), Member = "Parse", MemberParameters = new object[]
299 {
300 typeof(string),
301 typeof(IXmlNamespaceResolver),
302 typeof(ref string)
303 }, ReturnType = typeof(XmlQualifiedName))]
304 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlUrlResolver.<GetEntityAsync>d__15", Member = "MoveNext", ReturnType = typeof(void))]
305 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlUrlResolver), Member = "GetEntity", MemberParameters = new object[]
306 {
307 typeof(Uri),
308 typeof(string),
309 typeof(Type)
310 }, ReturnType = typeof(object))]
311 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 28)]
312 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlException), Member = "CreateMessage", MemberParameters = new object[]
313 {
314 typeof(string),
315 typeof(string[]),
316 typeof(int),
317 typeof(int)
318 }, ReturnType = typeof(string))]
319 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SystemException), Member = ".ctor", MemberParameters = new object[]
320 {
321 typeof(string),
323 }, ReturnType = typeof(void))]
324 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
325 internal unsafe XmlException(string res, string arg)
326 {
327 throw null;
328 }
329
330 [global::Cpp2ILInjected.Token(Token = "0x6000781")]
331 [global::Cpp2ILInjected.Address(RVA = "0x1DAF828", Offset = "0x1DAF828", Length = "0xD0")]
332 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
333 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlTextReaderImpl), Member = "ThrowWithoutLineInfo", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
334 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlTextReaderImpl), Member = "ThrowWithoutLineInfo", MemberParameters = new object[]
335 {
336 typeof(string),
337 typeof(string)
338 }, ReturnType = typeof(void))]
339 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
340 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlException), Member = "CreateMessage", MemberParameters = new object[]
341 {
342 typeof(string),
343 typeof(string[]),
344 typeof(int),
345 typeof(int)
346 }, ReturnType = typeof(string))]
347 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SystemException), Member = ".ctor", MemberParameters = new object[]
348 {
349 typeof(string),
351 }, ReturnType = typeof(void))]
352 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
353 internal XmlException(string res, string arg, string sourceUri)
354 {
355 throw null;
356 }
357
358 [global::Cpp2ILInjected.Token(Token = "0x6000782")]
359 [global::Cpp2ILInjected.Address(RVA = "0x1DAB820", Offset = "0x1DAB820", Length = "0xD8")]
360 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
361 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlConvert), Member = "CreateException", MemberParameters = new object[]
362 {
363 typeof(string),
364 typeof(string),
366 typeof(int),
367 typeof(int)
368 }, ReturnType = typeof(Exception))]
369 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
370 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlException), Member = "CreateMessage", MemberParameters = new object[]
371 {
372 typeof(string),
373 typeof(string[]),
374 typeof(int),
375 typeof(int)
376 }, ReturnType = typeof(string))]
377 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SystemException), Member = ".ctor", MemberParameters = new object[]
378 {
379 typeof(string),
381 }, ReturnType = typeof(void))]
382 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
383 internal XmlException(string res, string arg, int lineNumber, int linePosition)
384 {
385 throw null;
386 }
387
388 [global::Cpp2ILInjected.Token(Token = "0x6000783")]
389 [global::Cpp2ILInjected.Address(RVA = "0x1DAF8F8", Offset = "0x1DAF8F8", Length = "0xE4")]
390 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
391 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlTextReaderImpl), Member = "Throw", MemberParameters = new object[]
392 {
393 typeof(string),
394 typeof(int),
395 typeof(int)
396 }, ReturnType = typeof(void))]
397 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlTextReaderImpl), Member = "Throw", MemberParameters = new object[]
398 {
399 typeof(string),
400 typeof(string)
401 }, ReturnType = typeof(void))]
402 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlTextReaderImpl), Member = "Throw", MemberParameters = new object[]
403 {
404 typeof(string),
405 typeof(string),
406 typeof(int),
407 typeof(int)
408 }, ReturnType = typeof(void))]
409 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DtdParser), Member = "Throw", MemberParameters = new object[]
410 {
411 typeof(int),
412 typeof(string),
413 typeof(string)
414 }, ReturnType = typeof(void))]
415 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DtdParser), Member = "Throw", MemberParameters = new object[]
416 {
417 typeof(string),
418 typeof(string),
419 typeof(int),
420 typeof(int)
421 }, ReturnType = typeof(void))]
422 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
423 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlException), Member = "CreateMessage", MemberParameters = new object[]
424 {
425 typeof(string),
426 typeof(string[]),
427 typeof(int),
428 typeof(int)
429 }, ReturnType = typeof(string))]
430 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SystemException), Member = ".ctor", MemberParameters = new object[]
431 {
432 typeof(string),
434 }, ReturnType = typeof(void))]
435 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
436 internal XmlException(string res, string arg, int lineNumber, int linePosition, string sourceUri)
437 {
438 throw null;
439 }
440
441 [global::Cpp2ILInjected.Token(Token = "0x6000784")]
442 [global::Cpp2ILInjected.Address(RVA = "0x1DAB96C", Offset = "0x1DAB96C", Length = "0x70")]
443 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
444 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlConvert), Member = "CreateException", MemberParameters = new object[]
445 {
446 typeof(string),
447 typeof(string[]),
449 typeof(int),
450 typeof(int)
451 }, ReturnType = typeof(Exception))]
452 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
453 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlException), Member = "CreateMessage", MemberParameters = new object[]
454 {
455 typeof(string),
456 typeof(string[]),
457 typeof(int),
458 typeof(int)
459 }, ReturnType = typeof(string))]
460 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SystemException), Member = ".ctor", MemberParameters = new object[]
461 {
462 typeof(string),
464 }, ReturnType = typeof(void))]
465 internal XmlException(string res, string[] args, int lineNumber, int linePosition)
466 {
467 throw null;
468 }
469
470 [global::Cpp2ILInjected.Token(Token = "0x6000785")]
471 [global::Cpp2ILInjected.Address(RVA = "0x1DAF9DC", Offset = "0x1DAF9DC", Length = "0x7C")]
472 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
473 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlTextReaderImpl), Member = "Throw", MemberParameters = new object[]
474 {
475 typeof(string),
476 typeof(string[])
477 }, ReturnType = typeof(void))]
478 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DtdParser), Member = "Throw", MemberParameters = new object[]
479 {
480 typeof(int),
481 typeof(string),
482 typeof(string[])
483 }, ReturnType = typeof(void))]
484 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
485 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlException), Member = "CreateMessage", MemberParameters = new object[]
486 {
487 typeof(string),
488 typeof(string[]),
489 typeof(int),
490 typeof(int)
491 }, ReturnType = typeof(string))]
492 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SystemException), Member = ".ctor", MemberParameters = new object[]
493 {
494 typeof(string),
496 }, ReturnType = typeof(void))]
497 internal XmlException(string res, string[] args, int lineNumber, int linePosition, string sourceUri)
498 {
499 throw null;
500 }
501
502 [global::Cpp2ILInjected.Token(Token = "0x6000786")]
503 [global::Cpp2ILInjected.Address(RVA = "0x1DAFA58", Offset = "0x1DAFA58", Length = "0x7C")]
504 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
505 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlTextReaderImpl), Member = "PushExternalEntityOrSubset", MemberParameters = new object[]
506 {
507 typeof(string),
508 typeof(string),
509 typeof(Uri),
510 typeof(string)
511 }, ReturnType = typeof(void))]
512 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
513 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlException), Member = "CreateMessage", MemberParameters = new object[]
514 {
515 typeof(string),
516 typeof(string[]),
517 typeof(int),
518 typeof(int)
519 }, ReturnType = typeof(string))]
520 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SystemException), Member = ".ctor", MemberParameters = new object[]
521 {
522 typeof(string),
524 }, ReturnType = typeof(void))]
525 internal XmlException(string res, string[] args, Exception innerException, int lineNumber, int linePosition)
526 {
527 throw null;
528 }
529
530 [global::Cpp2ILInjected.Token(Token = "0x6000787")]
531 [global::Cpp2ILInjected.Address(RVA = "0x1DAF7A8", Offset = "0x1DAF7A8", Length = "0x80")]
532 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
533 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlTextReaderImpl), Member = "Throw", MemberParameters = new object[]
534 {
535 typeof(string),
536 typeof(string[]),
538 }, ReturnType = typeof(void))]
539 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlTextReaderImpl), Member = "ThrowWithoutLineInfo", MemberParameters = new object[]
540 {
541 typeof(string),
542 typeof(string[]),
544 }, ReturnType = typeof(void))]
545 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
546 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlException), Member = "CreateMessage", MemberParameters = new object[]
547 {
548 typeof(string),
549 typeof(string[]),
550 typeof(int),
551 typeof(int)
552 }, ReturnType = typeof(string))]
553 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SystemException), Member = ".ctor", MemberParameters = new object[]
554 {
555 typeof(string),
557 }, ReturnType = typeof(void))]
558 internal XmlException(string res, string[] args, Exception innerException, int lineNumber, int linePosition, string sourceUri)
559 {
560 throw null;
561 }
562
563 [global::Cpp2ILInjected.Token(Token = "0x6000788")]
564 [global::Cpp2ILInjected.Address(RVA = "0x1DAF6C4", Offset = "0x1DAF6C4", Length = "0xE4")]
565 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlException), Member = ".ctor", MemberParameters = new object[]
566 {
567 typeof(string),
569 typeof(int),
570 typeof(int),
571 typeof(string)
572 }, ReturnType = typeof(void))]
573 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
574 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlException), Member = "CreateMessage", MemberParameters = new object[]
575 {
576 typeof(string),
577 typeof(string[]),
578 typeof(int),
579 typeof(int)
580 }, ReturnType = typeof(string))]
581 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
582 private static string FormatUserMessage(string message, int lineNumber, int linePosition)
583 {
584 throw null;
585 }
586
587 [global::Cpp2ILInjected.Token(Token = "0x6000789")]
588 [global::Cpp2ILInjected.Address(RVA = "0x1DAF190", Offset = "0x1DAF190", Length = "0x270")]
589 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
590 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlException), Member = ".ctor", MemberParameters = new object[]
591 {
594 }, ReturnType = typeof(void))]
595 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlException), Member = ".ctor", MemberParameters = new object[]
596 {
597 typeof(string),
598 typeof(string[])
599 }, ReturnType = typeof(void))]
600 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlException), Member = ".ctor", MemberParameters = new object[]
601 {
602 typeof(string),
603 typeof(string)
604 }, ReturnType = typeof(void))]
605 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlException), Member = ".ctor", MemberParameters = new object[]
606 {
607 typeof(string),
608 typeof(string),
609 typeof(string)
610 }, ReturnType = typeof(void))]
611 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlException), Member = ".ctor", MemberParameters = new object[]
612 {
613 typeof(string),
614 typeof(string),
615 typeof(int),
616 typeof(int)
617 }, ReturnType = typeof(void))]
618 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlException), Member = ".ctor", MemberParameters = new object[]
619 {
620 typeof(string),
621 typeof(string),
622 typeof(int),
623 typeof(int),
624 typeof(string)
625 }, ReturnType = typeof(void))]
626 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlException), Member = ".ctor", MemberParameters = new object[]
627 {
628 typeof(string),
629 typeof(string[]),
630 typeof(int),
631 typeof(int)
632 }, ReturnType = typeof(void))]
633 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlException), Member = ".ctor", MemberParameters = new object[]
634 {
635 typeof(string),
636 typeof(string[]),
637 typeof(int),
638 typeof(int),
639 typeof(string)
640 }, ReturnType = typeof(void))]
641 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlException), Member = ".ctor", MemberParameters = new object[]
642 {
643 typeof(string),
644 typeof(string[]),
646 typeof(int),
647 typeof(int)
648 }, ReturnType = typeof(void))]
649 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlException), Member = ".ctor", MemberParameters = new object[]
650 {
651 typeof(string),
652 typeof(string[]),
654 typeof(int),
655 typeof(int),
656 typeof(string)
657 }, ReturnType = typeof(void))]
658 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlException), Member = "FormatUserMessage", MemberParameters = new object[]
659 {
660 typeof(string),
661 typeof(int),
662 typeof(int)
663 }, ReturnType = typeof(string))]
664 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 11)]
665 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureInfo), Member = "get_InvariantCulture", ReturnType = typeof(CultureInfo))]
666 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "ToString", MemberParameters = new object[] { typeof(IFormatProvider) }, ReturnType = typeof(string))]
667 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SR), Member = "GetString", MemberParameters = new object[]
668 {
669 typeof(string),
670 typeof(object[])
671 }, ReturnType = typeof(string))]
672 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
673 {
674 typeof(string),
675 typeof(string),
676 typeof(string)
677 }, ReturnType = typeof(string))]
678 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 25)]
679 private static string CreateMessage(string res, string[] args, int lineNumber, int linePosition)
680 {
681 throw null;
682 }
683
684 [global::Cpp2ILInjected.Token(Token = "0x600078A")]
685 [global::Cpp2ILInjected.Address(RVA = "0x1DA6040", Offset = "0x1DA6040", Length = "0x54")]
686 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
687 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlEncodedRawTextWriter), Member = "ValidateContentChars", MemberParameters = new object[]
688 {
689 typeof(string),
690 typeof(string),
691 typeof(bool)
692 }, ReturnType = typeof(void))]
693 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlUtf8RawTextWriter), Member = "ValidateContentChars", MemberParameters = new object[]
694 {
695 typeof(string),
696 typeof(string),
697 typeof(bool)
698 }, ReturnType = typeof(void))]
699 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlWellFormedWriter), Member = "WriteDocType", MemberParameters = new object[]
700 {
701 typeof(string),
702 typeof(string),
703 typeof(string),
704 typeof(string)
705 }, ReturnType = typeof(void))]
706 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlWellFormedWriter), Member = "InvalidCharsException", MemberParameters = new object[]
707 {
708 typeof(string),
709 typeof(int)
710 }, ReturnType = typeof(Exception))]
711 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlDocument), Member = "CheckName", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
712 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DtdParser), Member = "ThrowInvalidChar", MemberParameters = new object[]
713 {
714 typeof(int),
715 typeof(string),
716 typeof(int)
717 }, ReturnType = typeof(void))]
718 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ValidateNames), Member = "ThrowInvalidName", MemberParameters = new object[]
719 {
720 typeof(string),
721 typeof(int),
722 typeof(int)
723 }, ReturnType = typeof(void))]
724 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ValidateNames), Member = "GetInvalidNameException", MemberParameters = new object[]
725 {
726 typeof(string),
727 typeof(int),
728 typeof(int)
729 }, ReturnType = typeof(Exception))]
730 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlConvert), Member = "TryVerifyName", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(Exception))]
731 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlConvert), Member = "VerifyQName", MemberParameters = new object[]
732 {
733 typeof(string),
735 }, ReturnType = typeof(string))]
736 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlConvert), Member = "TryVerifyNMTOKEN", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(Exception))]
737 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlConvert), Member = "CreateInvalidNameCharException", MemberParameters = new object[]
738 {
739 typeof(string),
740 typeof(int),
742 }, ReturnType = typeof(Exception))]
743 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 15)]
744 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
745 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlException), Member = "BuildCharExceptionArgs", MemberParameters = new object[]
746 {
747 typeof(char),
748 typeof(char)
749 }, ReturnType = typeof(string[]))]
750 internal static string[] BuildCharExceptionArgs(string data, int invCharIndex)
751 {
752 throw null;
753 }
754
755 [global::Cpp2ILInjected.Token(Token = "0x600078B")]
756 [global::Cpp2ILInjected.Address(RVA = "0x1DAFAD4", Offset = "0x1DAFAD4", Length = "0x2C")]
757 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
758 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlTextReaderImpl), Member = "ThrowInvalidChar", MemberParameters = new object[]
759 {
760 typeof(char[]),
761 typeof(int),
762 typeof(int)
763 }, ReturnType = typeof(void))]
764 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlTextReaderImpl), Member = "ParseElement", ReturnType = typeof(void))]
765 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlTextReaderImpl), Member = "ParseAttributes", ReturnType = typeof(void))]
766 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlTextReaderImpl), Member = "ParsePI", MemberParameters = new object[] { typeof(StringBuilder) }, ReturnType = typeof(bool))]
767 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlTextReaderImpl), Member = "ParseQName", MemberParameters = new object[]
768 {
769 typeof(bool),
770 typeof(int),
771 typeof(ref int)
772 }, ReturnType = typeof(int))]
773 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DtdParser), Member = "ScanQName", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
774 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DtdParser), Member = "ScanNmtoken", ReturnType = typeof(void))]
775 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DtdParser), Member = "ThrowInvalidChar", MemberParameters = new object[]
776 {
777 typeof(char[]),
778 typeof(int),
779 typeof(int)
780 }, ReturnType = typeof(void))]
781 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 8)]
782 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlException), Member = "BuildCharExceptionArgs", MemberParameters = new object[]
783 {
784 typeof(char),
785 typeof(char)
786 }, ReturnType = typeof(string[]))]
787 internal static string[] BuildCharExceptionArgs(char[] data, int length, int invCharIndex)
788 {
789 throw null;
790 }
791
792 [global::Cpp2ILInjected.Token(Token = "0x600078C")]
793 [global::Cpp2ILInjected.Address(RVA = "0x1DABF0C", Offset = "0x1DABF0C", Length = "0x25C")]
794 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
795 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlTextReaderImpl), Member = "ParseElement", ReturnType = typeof(void))]
796 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlTextReaderImpl), Member = "ParseAttributes", ReturnType = typeof(void))]
797 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlTextReaderImpl), Member = "ParseAttributeValueSlow", MemberParameters = new object[]
798 {
799 typeof(int),
800 typeof(char),
801 "System.Xml.XmlTextReaderImpl.NodeData"
802 }, ReturnType = typeof(void))]
803 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlTextReaderImpl), Member = "ParseNumericCharRefInline", MemberParameters = new object[]
804 {
805 typeof(int),
806 typeof(bool),
808 typeof(ref int),
809 typeof(ref XmlTextReaderImpl.EntityType)
810 }, ReturnType = typeof(int))]
811 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlTextReaderImpl), Member = "ParseQName", MemberParameters = new object[]
812 {
813 typeof(bool),
814 typeof(int),
815 typeof(ref int)
816 }, ReturnType = typeof(int))]
817 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlTextReaderImpl), Member = "ParseAttributeValueChunk", ReturnType = typeof(bool))]
818 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DtdParser), Member = "ScanLiteral", MemberParameters = new object[] { "System.Xml.DtdParser.LiteralType" }, ReturnType = "System.Xml.DtdParser.Token")]
819 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DtdParser), Member = "ScanQName", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
820 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlConvert), Member = "CreateInvalidCharException", MemberParameters = new object[]
821 {
822 typeof(char),
823 typeof(char),
825 }, ReturnType = typeof(Exception))]
826 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlException), Member = "BuildCharExceptionArgs", MemberParameters = new object[]
827 {
828 typeof(string),
829 typeof(int)
830 }, ReturnType = typeof(string[]))]
831 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlException), Member = "BuildCharExceptionArgs", MemberParameters = new object[]
832 {
833 typeof(char[]),
834 typeof(int),
835 typeof(int)
836 }, ReturnType = typeof(string[]))]
837 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 12)]
838 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "CreateString", MemberParameters = new object[] { typeof(char[]) }, ReturnType = typeof(string))]
839 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureInfo), Member = "get_InvariantCulture", ReturnType = typeof(CultureInfo))]
840 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(char), Member = "ToString", MemberParameters = new object[] { typeof(IFormatProvider) }, ReturnType = typeof(string))]
841 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
842 {
844 typeof(string),
845 typeof(object)
846 }, ReturnType = typeof(string))]
847 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 18)]
848 internal static string[] BuildCharExceptionArgs(char invChar, char nextChar)
849 {
850 throw null;
851 }
852
853 [global::Cpp2ILInjected.Token(Token = "0x170001C8")]
854 public int LineNumber
855 {
856 [global::Cpp2ILInjected.Token(Token = "0x600078D")]
857 [global::Cpp2ILInjected.Address(RVA = "0x1DAFB00", Offset = "0x1DAFB00", Length = "0x8")]
858 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
859 get
860 {
861 throw null;
862 }
863 }
864
865 [global::Cpp2ILInjected.Token(Token = "0x170001C9")]
866 public int LinePosition
867 {
868 [global::Cpp2ILInjected.Token(Token = "0x600078E")]
869 [global::Cpp2ILInjected.Address(RVA = "0x1DAFB08", Offset = "0x1DAFB08", Length = "0x8")]
870 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
871 get
872 {
873 throw null;
874 }
875 }
876
877 [global::Cpp2ILInjected.Token(Token = "0x170001CA")]
878 public override string Message
879 {
880 [global::Cpp2ILInjected.Token(Token = "0x600078F")]
881 [global::Cpp2ILInjected.Address(RVA = "0x1DAFB10", Offset = "0x1DAFB10", Length = "0x18")]
882 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
883 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Exception), Member = "get_Message", ReturnType = typeof(string))]
884 get
885 {
886 throw null;
887 }
888 }
889
890 [global::Cpp2ILInjected.Token(Token = "0x170001CB")]
891 internal string ResString
892 {
893 [global::Cpp2ILInjected.Token(Token = "0x6000790")]
894 [global::Cpp2ILInjected.Address(RVA = "0x1DAFB28", Offset = "0x1DAFB28", Length = "0x8")]
895 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
896 get
897 {
898 throw null;
899 }
900 }
901
902 [global::Cpp2ILInjected.Token(Token = "0x40003BC")]
903 [global::Cpp2ILInjected.FieldOffset(Offset = "0x90")]
904 private string res;
905
906 [global::Cpp2ILInjected.Token(Token = "0x40003BD")]
907 [global::Cpp2ILInjected.FieldOffset(Offset = "0x98")]
908 private string[] args;
909
910 [global::Cpp2ILInjected.Token(Token = "0x40003BE")]
911 [global::Cpp2ILInjected.FieldOffset(Offset = "0xA0")]
912 private int lineNumber;
913
914 [global::Cpp2ILInjected.Token(Token = "0x40003BF")]
915 [global::Cpp2ILInjected.FieldOffset(Offset = "0xA4")]
916 private int linePosition;
917
919 [global::Cpp2ILInjected.Token(Token = "0x40003C0")]
920 [global::Cpp2ILInjected.FieldOffset(Offset = "0xA8")]
921 private string sourceUri;
922
923 [global::Cpp2ILInjected.Token(Token = "0x40003C1")]
924 [global::Cpp2ILInjected.FieldOffset(Offset = "0xB0")]
925 private string message;
926 }
927}
class f__AnonymousType0<< Count > j__TPar
Definition SR.cs:22
static string[] BuildCharExceptionArgs(char[] data, int length, int invCharIndex)
static string[] BuildCharExceptionArgs(string data, int invCharIndex)
XmlException(string res, string[] args, int lineNumber, int linePosition, string sourceUri)
XmlException(string res, string[] args)
XmlException(string message, Exception innerException, int lineNumber, int linePosition, string sourceUri)
XmlException(SerializationInfo info, StreamingContext context)
XmlException(string res, string arg, int lineNumber, int linePosition)
XmlException(string res, string[] args, Exception innerException, int lineNumber, int linePosition, string sourceUri)
XmlException(string res, string[] args, int lineNumber, int linePosition)
static string CreateMessage(string res, string[] args, int lineNumber, int linePosition)
XmlException(string message, Exception innerException, int lineNumber, int linePosition)
XmlException(string message)
unsafe XmlException(string res, string arg)
XmlException(string res, string arg, int lineNumber, int linePosition, string sourceUri)
override void GetObjectData(SerializationInfo info, StreamingContext context)
static string[] BuildCharExceptionArgs(char invChar, char nextChar)
XmlException(string res, string arg, string sourceUri)
XmlException(string res, string[] args, Exception innerException, int lineNumber, int linePosition)
static string FormatUserMessage(string message, int lineNumber, int linePosition)