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

◆ SetupEndEntityNodeInContent()

void System.Xml.XmlTextReaderImpl.SetupEndEntityNodeInContent ( )
inlineprivate

Definition at line 2456 of file XmlTextReaderImpl.cs.

2457 {
2458 Encoding encoding = this.ps.encoding;
2459 string baseUriStr = this.ps.baseUriStr;
2461 IDtdEntityInfo dtdEntityInfo = this.lastEntity;
2462 this.reportedBaseUri = baseUriStr;
2463 this.reportedEncoding = encoding;
2466 if (baseUriStr != null)
2467 {
2468 }
2469 }
class f__AnonymousType0<< Count > j__TPar
XmlTextReaderImpl.ParsingState ps
XmlTextReaderImpl.NodeData[] nodes

References System.array, j__TPar, System.Xml.XmlTextReaderImpl.lastEntity, System.Text.Encoding.m_deserializedFromEverett, System.Xml.XmlTextReaderImpl.nodes, and System.Xml.XmlTextReaderImpl.ps.

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