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

◆ DtdParserProxy_PopEntity()

bool System.Xml.XmlTextReaderImpl.DtdParserProxy_PopEntity ( [Out] IDtdEntityInfo oldEntity,
[Out] int newEntityId )
inlinepackage

Definition at line 1047 of file XmlTextReaderImpl.cs.

1048 {
1049 int num = this.parsingStatesStackTop;
1050 IDtdEntityInfo entity = this.ps.entity;
1051 this.PopEntity();
1052 int entityId = this.ps.entityId;
1053 return true;
1054 }
XmlTextReaderImpl.ParsingState ps

References System.Xml.XmlTextReaderImpl.parsingStatesStackTop, System.Xml.XmlTextReaderImpl.PopEntity(), and System.Xml.XmlTextReaderImpl.ps.

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