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

◆ GetContext()

XmlParserContext System.Xml.XmlLoader.GetContext ( XmlNode node)
inlineprivate

Definition at line 364 of file XmlLoader.cs.

365 {
366 XmlDocument xmlDocument = this.doc;
367 XmlDocument xmlDocument2 = this.doc;
368 XmlNameTable nameTable = this.doc.NameTable;
369 if (node != null)
370 {
371 long num = 0L;
372 long num2 = 0L;
373 XmlDocument xmlDocument3 = this.doc;
374 string strXmlns = this.doc.strXmlns;
375 if (node.parentNode == null)
376 {
377 string strXmlns2 = this.doc.strXmlns;
378 }
379 if (num2 == 0L)
380 {
381 string strXml = this.doc.strXml;
382 string strSpace = this.doc.strSpace;
383 }
384 while (num != 0L)
385 {
386 }
387 string strXml2 = this.doc.strXml;
388 string strLang = this.doc.strLang;
389 while (node != null)
390 {
391 }
392 long num3 = 0L;
393 if (node != null)
394 {
395 }
396 while (num3 == 0L)
397 {
398 }
399 throw new InvalidCastException();
400 }
401 if (node != null)
402 {
403 }
404 if (!false)
405 {
406 }
407 throw new OutOfMemoryException();
408 }
class f__AnonymousType0<< Count > j__TPar

References System.Xml.XmlLoader.doc, j__TPar, System.L, System.Xml.XmlDocument.NameTable, System.Xml.XmlNode.parentNode, System.Xml.XmlDocument.strLang, System.Xml.XmlDocument.strSpace, System.Xml.XmlDocument.strXml, and System.Xml.XmlDocument.strXmlns.

Referenced by System.Xml.XmlLoader.ParsePartialContent().