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

◆ PushEntity()

bool IDtdParserAdapter. System.Xml.XmlTextReaderImpl.DtdParserProxy.PushEntity ( IDtdEntityInfo entity,
[Out] int entityId )
inlineprivate

Implements System.Xml.IDtdParserAdapter.

Definition at line 4408 of file XmlTextReaderImpl.cs.

4409 {
4410 return this.reader.DtdParserProxy_PushEntity(entity, entityId);
4411 }
bool DtdParserProxy_PushEntity(IDtdEntityInfo entity, [Out] int entityId)

References System.Xml.XmlTextReaderImpl.DtdParserProxy_PushEntity(), and System.Xml.XmlTextReaderImpl.DtdParserProxy.reader.