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

◆ GetPrefixOfNamespaceStrict()

string System.Xml.XmlNode.GetPrefixOfNamespaceStrict ( string namespaceURI)
inlinepackageinherited

Definition at line 511 of file XmlNode.cs.

512 {
513 XmlDocument document = this.Document;
514 if (document != null)
515 {
516 XmlNameTable nameTable = document.NameTable;
517 if (this != null)
518 {
519 XmlAttribute xmlAttribute;
520 if (xmlAttribute.parentNode != null)
521 {
522 string strXmlns = document.strXmlns;
523 }
524 string strXmlns2 = document.strXmlns;
525 while (this != null)
526 {
527 }
528 }
529 string strReservedXml = document.strReservedXml;
530 string strReservedXmlns = document.strReservedXmlns;
531 return document.strXml;
532 }
533 throw new InvalidCastException();
534 }
class f__AnonymousType0<< Count > j__TPar
XmlDocument Document
Definition XmlNode.cs:476

References System.Xml.XmlNode.Document, and j__TPar.