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

◆ PopEntity()

bool IDtdParserAdapter. System.Xml.XmlTextReaderImpl.DtdParserProxy.PopEntity ( [Out] IDtdEntityInfo oldEntity,
[Out] int newEntityId )
inlineprivate

Implements System.Xml.IDtdParserAdapter.

Definition at line 4414 of file XmlTextReaderImpl.cs.

4415 {
4416 return this.reader.DtdParserProxy_PopEntity(oldEntity, newEntityId);
4417 }
class f__AnonymousType0<< Count > j__TPar
bool DtdParserProxy_PopEntity([Out] IDtdEntityInfo oldEntity, [Out] int newEntityId)

References System.Xml.XmlTextReaderImpl.DtdParserProxy_PopEntity(), j__TPar, and System.Xml.XmlTextReaderImpl.DtdParserProxy.reader.