1 implementation of PushExternalSubset
System.Private.Xml (1)
System\Xml\Core\XmlTextReaderImplHelpers.cs (1)
277
bool IDtdParserAdapter.
PushExternalSubset
(string? systemId, string? publicId)
1 reference to PushExternalSubset
System.Private.Xml (1)
System\Xml\Schema\DtdParser.cs (1)
501
if (!_readerAdapter.
PushExternalSubset
(_systemId, _publicId))