1 implementation of PushExternalSubset
System.Xml (1)
System\Xml\Core\XmlTextReaderImplHelpers.cs (1)
271
bool IDtdParserAdapter.
PushExternalSubset
( string systemId, string publicId ) {
1 reference to PushExternalSubset
System.Xml (1)
System\Xml\Schema\DtdParser.cs (1)
489
if ( !readerAdapter.
PushExternalSubset
( systemId, publicId ) ) {