1 implementation of PushEntity
System.Xml (1)
System\Xml\Core\XmlTextReaderImplHelpers.cs (1)
261bool IDtdParserAdapter.PushEntity( IDtdEntityInfo entity, out int entityId ) {
2 references to PushEntity
System.Xml (2)
System\Xml\Schema\DtdParser.cs (2)
3113if ( !readerAdapter.PushEntity( entity, out newEntityId ) ) { 3124if ( !readerAdapter.PushEntity( entity, out newEntityId ) ) {