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

◆ LookupNamespaceDecl()

int System.Xml.XmlNamespaceManager.LookupNamespaceDecl ( string prefix)
inlineprivateinherited

Definition at line 190 of file XmlNamespaceManager.cs.

191 {
192 if (this.useHashtable)
193 {
195 XmlNamespaceManager.NamespaceDeclaration[] array = this.nsdecls;
196 }
197 int num = this.lastDecl;
198 XmlNamespaceManager.NamespaceDeclaration[] array2 = this.nsdecls;
200 if (this.nsdecls == null)
201 {
202 }
203 return num;
204 }
class f__AnonymousType0<< Count > j__TPar
Dictionary< string, int > hashTable
XmlNamespaceManager.NamespaceDeclaration[] nsdecls

References System.array, System.dictionary, System.Xml.XmlNamespaceManager.hashTable, j__TPar, System.Xml.XmlNamespaceManager.lastDecl, System.Xml.XmlNamespaceManager.nsdecls, and System.Xml.XmlNamespaceManager.useHashtable.

Referenced by System.Xml.XmlNamespaceManager.RemoveNamespace().