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

◆ LookupNamespace() [1/3]

override string System.Xml.XmlTextReaderImpl.LookupNamespace ( string prefix)
inline

Implements System.Xml.IXmlNamespaceResolver.

Definition at line 500 of file XmlTextReaderImpl.cs.

501 {
502 if (this.supportNamespaces)
503 {
504 XmlNamespaceManager xmlNamespaceManager = this.namespaceManager;
505 return;
506 }
507 }
class f__AnonymousType0<< Count > j__TPar
XmlNamespaceManager namespaceManager

References j__TPar, System.Xml.XmlTextReaderImpl.namespaceManager, and System.Xml.XmlTextReaderImpl.supportNamespaces.

Referenced by System.Xml.XmlTextReaderImpl.ElementNamespaceLookup().