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

◆ LoadXml()

virtual void System.Xml.XmlDocument.LoadXml ( string xml)
inlinevirtual

Definition at line 821 of file XmlDocument.cs.

822 {
823 XmlNameTable nameTable = this.implementation.nameTable;
824 if (!false)
825 {
826 return;
827 }
828 throw new OutOfMemoryException();
829 }
XmlImplementation implementation

References System.Xml.XmlDocument.implementation, and System.Xml.XmlImplementation.nameTable.