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

◆ LoadInnerXmlElement()

void System.Xml.XmlLoader.LoadInnerXmlElement ( XmlElement node,
string innerxmltext )
inlinepackage

Definition at line 444 of file XmlLoader.cs.

445 {
446 XmlNamespaceManager xmlNamespaceManager = this.ParsePartialContent(node, innerxmltext, XmlNodeType.Element);
447 long num = 0L;
449 }
class f__AnonymousType0<< Count > j__TPar
XmlNamespaceManager ParsePartialContent(XmlNode parentNode, string innerxmltext, XmlNodeType nt)
Definition XmlLoader.cs:411
void RemoveDuplicateNamespace(XmlElement elem, XmlNamespaceManager mgr, bool fCheckElemAttrs)
Definition XmlLoader.cs:458

References j__TPar, System.L, System.Xml.XmlLoader.ParsePartialContent(), and System.Xml.XmlLoader.RemoveDuplicateNamespace().