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

◆ PopXmlContext()

void System.Xml.XmlTextReaderImpl.PopXmlContext ( )
inlineprivate

Definition at line 3048 of file XmlTextReaderImpl.cs.

3049 {
3052 XmlTextReaderImpl.XmlContext previousContext = xmlContext.previousContext;
3053 this.xmlContext = previousContext;
3054 }
class f__AnonymousType0<< Count > j__TPar
XmlTextReaderImpl.XmlContext xmlContext
XmlTextReaderImpl.NodeData curNode

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