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

◆ PopElementContext()

void System.Xml.XmlTextReaderImpl.PopElementContext ( )
inlineprivate

Definition at line 2932 of file XmlTextReaderImpl.cs.

2933 {
2934 XmlNamespaceManager xmlNamespaceManager = this.namespaceManager;
2935 if (this.curNode.xmlContextPushed)
2936 {
2937 XmlTextReaderImpl.XmlContext previousContext = this.xmlContext.previousContext;
2938 this.xmlContext = previousContext;
2939 }
2940 }
class f__AnonymousType0<< Count > j__TPar
XmlTextReaderImpl.XmlContext xmlContext
XmlNamespaceManager namespaceManager
XmlTextReaderImpl.NodeData curNode

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