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

◆ AddNamespace()

virtual void System.Xml.XmlNamespaceManager.AddNamespace ( string prefix,
string uri )
inlinevirtualinherited

Reimplemented in System.Xml.XmlTextReaderImpl.NoNamespaceManager.

Definition at line 103 of file XmlNamespaceManager.cs.

104 {
105 if (uri == null)
106 {
107 return;
108 }
109 if (prefix != null)
110 {
111 XmlNameTable xmlNameTable = this.nameTable;
112 XmlNameTable xmlNameTable2 = this.nameTable;
113 string text = this.xml;
114 string text2 = this.xmlNs;
115 XmlNamespaceManager.NamespaceDeclaration[] array = this.nsdecls;
116 int num = this.scopeId;
117 return;
118 }
119 }
class f__AnonymousType0<< Count > j__TPar
XmlNamespaceManager.NamespaceDeclaration[] nsdecls

References System.array, j__TPar, System.Xml.XmlNamespaceManager.nameTable, System.Xml.XmlNamespaceManager.nsdecls, System.Xml.XmlNamespaceManager.scopeId, System.text, System.Xml.XmlNamespaceManager.xml, and System.Xml.XmlNamespaceManager.xmlNs.