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

◆ ParsePartialContent()

XmlNamespaceManager System.Xml.XmlLoader.ParsePartialContent ( XmlNode parentNode,
string innerxmltext,
XmlNodeType nt )
inlinepackage

Definition at line 411 of file XmlLoader.cs.

412 {
413 this.doc = parentNode;
414 XmlParserContext context = this.GetContext(parentNode);
415 XmlDocument xmlDocument = this.doc;
416 XmlDocument xmlDocument2 = this.doc;
417 XmlReader xmlReader;
420 bool isLoading = xmlDocument2.isLoading;
422 if (this.LoadNodeDirect() != null)
423 {
424 XmlDocument xmlDocument3 = this.doc;
425 XmlReader xmlReader2 = this.reader;
426 if (this.LoadNode(true) != null)
427 {
428 XmlDocument xmlDocument4 = this.doc;
429 XmlReader xmlReader3 = this.reader;
430 }
431 }
432 XmlDocument xmlDocument5 = this.doc;
433 long num = 0L;
434 xmlDocument5.isLoading = isLoading;
435 XmlReader xmlReader4 = this.reader;
436 if (num == 0L)
437 {
438 return context._nsMgr;
439 }
440 throw new OutOfMemoryException();
441 }
class f__AnonymousType0<< Count > j__TPar
XmlNode LoadNodeDirect()
Definition XmlLoader.cs:257
XmlNode LoadNode(bool skipOverWhitespace)
Definition XmlLoader.cs:56
XmlParserContext GetContext(XmlNode node)
Definition XmlLoader.cs:364

References System.Xml.XmlParserContext._nsMgr, System.Xml.XmlLoader.doc, System.Xml.XmlLoader.GetContext(), j__TPar, System.L, System.Xml.XmlLoader.LoadNode(), System.Xml.XmlLoader.LoadNodeDirect(), and System.Xml.XmlLoader.reader.

Referenced by System.Xml.XmlLoader.ExpandEntity(), System.Xml.XmlLoader.LoadInnerXmlAttribute(), and System.Xml.XmlLoader.LoadInnerXmlElement().