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

◆ LoadInnerXmlAttribute()

void System.Xml.XmlLoader.LoadInnerXmlAttribute ( XmlAttribute node,
string innerxmltext )
inlinepackage

Definition at line 452 of file XmlLoader.cs.

453 {
454 XmlNamespaceManager xmlNamespaceManager = this.ParsePartialContent(node, innerxmltext, XmlNodeType.Attribute);
455 }
class f__AnonymousType0<< Count > j__TPar
XmlNamespaceManager ParsePartialContent(XmlNode parentNode, string innerxmltext, XmlNodeType nt)
Definition XmlLoader.cs:411

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