1 implementation of PushEntity
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImplHelpers.cs (1)
276bool IDtdParserAdapter.PushEntity(IDtdEntityInfo entity, out int entityId)
2 references to PushEntity
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (2)
3349if (!_readerAdapter.PushEntity(entity, out newEntityId)) 3362if (!_readerAdapter.PushEntity(entity, out newEntityId))