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

◆ GetIDInfoByElement_()

XmlName System.Xml.XmlDocument.GetIDInfoByElement_ ( XmlName eleName)
inlineprivate

Definition at line 109 of file XmlDocument.cs.

110 {
111 string prefix = eleName.prefix;
112 string localName = eleName.localName;
113 DomNameTable domNameTable = this.domNameTable;
114 XmlName xmlName;
115 if (xmlName == null || this.htElementIDAttrDecl != null)
116 {
117 }
118 throw new InvalidCastException();
119 }
class f__AnonymousType0<< Count > j__TPar
DomNameTable domNameTable

References System.Xml.XmlDocument.domNameTable, System.Xml.XmlDocument.htElementIDAttrDecl, j__TPar, and System.Xml.XmlName.prefix.

Referenced by System.Xml.XmlDocument.GetIDInfoByElement().