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

◆ AddAttrXmlName()

XmlName System.Xml.XmlDocument.AddAttrXmlName ( string prefix,
string localName,
string namespaceURI,
IXmlSchemaInfo schemaInfo )
inlinepackage

Definition at line 78 of file XmlDocument.cs.

79 {
80 XmlName xmlName = this.domNameTable.AddName(prefix, localName, namespaceURI, schemaInfo);
81 if (!this.isLoading)
82 {
83 string prefix2 = xmlName.prefix;
84 string text = this.strXmlns;
85 string ns = xmlName.ns;
86 string text2 = this.strEmpty;
87 return xmlName;
88 }
89 return xmlName;
90 }
class f__AnonymousType0<< Count > j__TPar
XmlName AddName(string prefix, string localName, string ns, IXmlSchemaInfo schemaInfo)
DomNameTable domNameTable

References System.Xml.DomNameTable.AddName(), System.Xml.XmlDocument.domNameTable, System.Xml.XmlDocument.isLoading, j__TPar, System.Xml.XmlName.prefix, System.Xml.XmlDocument.schemaInfo, System.Xml.XmlDocument.strEmpty, System.Xml.XmlDocument.strXmlns, and System.text.