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

◆ LookupPrefix()

string IXmlNamespaceResolver. System.Xml.XmlTextReader.LookupPrefix ( string namespaceName)
inlineprivate

Implements System.Xml.IXmlNamespaceResolver.

Definition at line 543 of file XmlTextReader.cs.

544 {
545 return this.impl.LookupPrefix(namespaceName);
546 }
string IXmlNamespaceResolver. LookupPrefix(string namespaceName)
XmlTextReaderImpl impl

References System.Xml.XmlTextReader.impl, and System.Xml.XmlTextReaderImpl.LookupPrefix().