terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Member Functions | |
NoNamespaceManager () | |
override void | PushScope () |
override bool | PopScope () |
override void | AddNamespace (string prefix, string uri) |
override void | RemoveNamespace (string prefix, string uri) |
override IEnumerator | GetEnumerator () |
override string | LookupNamespace (string prefix) |
override string | LookupPrefix (string uri) |
Properties | |
override string | DefaultNamespace [get, set] |
virtual XmlNameTable | NameTable [get, set] |
Private Member Functions | |
int | LookupNamespaceDecl (string prefix) |
Private Attributes | |
XmlNamespaceManager.NamespaceDeclaration[] | nsdecls |
int | lastDecl |
XmlNameTable | nameTable |
int | scopeId |
Dictionary< string, int > | hashTable |
bool | useHashtable |
string | xml |
string | xmlNs |
Definition at line 6135 of file XmlTextReaderImpl.cs.