1 implementation of PushEntity
System.Private.Xml (1)
System\Xml\Core\XmlTextReaderImplHelpers.cs (1)
267bool IDtdParserAdapter.PushEntity(IDtdEntityInfo entity, out int entityId)
2 references to PushEntity
System.Private.Xml (2)
System\Xml\Schema\DtdParser.cs (2)
3273if (!_readerAdapter.PushEntity(entity, out newEntityId)) 3286if (!_readerAdapter.PushEntity(entity, out newEntityId))