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

◆ RemoveNamespace()

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

Reimplemented in System.Xml.XmlTextReaderImpl.NoNamespaceManager.

Definition at line 122 of file XmlNamespaceManager.cs.

123 {
124 while (uri != null)
125 {
126 if (prefix != null)
127 {
128 int num = this.LookupNamespaceDecl(prefix);
129 XmlNamespaceManager.NamespaceDeclaration[] array = this.nsdecls;
131 int num2 = this.scopeId;
132 return;
133 }
134 }
135 }
class f__AnonymousType0<< Count > j__TPar
XmlNamespaceManager.NamespaceDeclaration[] nsdecls

References System.array, j__TPar, System.Xml.XmlNamespaceManager.LookupNamespaceDecl(), System.Xml.XmlNamespaceManager.nsdecls, and System.Xml.XmlNamespaceManager.scopeId.