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

◆ InitFragmentReader()

void System.Xml.XmlTextReaderImpl.InitFragmentReader ( XmlNodeType fragmentType,
XmlParserContext parserContext,
bool allowXmlDeclFragment )
inlineprivate

Definition at line 1679 of file XmlTextReaderImpl.cs.

1680 {
1682 if (parserContext == null)
1683 {
1684 XmlNameTable xmlNameTable = this.nameTable;
1685 return;
1686 }
1687 XmlNamespaceManager nsMgr = parserContext._nsMgr;
1688 if (nsMgr != null)
1689 {
1692 return;
1693 }
1694 XmlNameTable xmlNameTable2 = this.nameTable;
1696 }
class f__AnonymousType0<< Count > j__TPar
XmlTextReaderImpl.XmlContext xmlContext

References j__TPar, System.Xml.XmlTextReaderImpl.nameTable, and System.Xml.XmlTextReaderImpl.xmlContext.

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