1 implementation of PushExternalSubsetAsync
System.Xml (1)
System\Xml\Core\XmlTextReaderImplHelpersAsync.cs (1)
62Task< bool > IDtdParserAdapter.PushExternalSubsetAsync( string systemId, string publicId ) {
1 reference to PushExternalSubsetAsync
System.Xml (1)
System\Xml\Schema\DtdParserAsync.cs (1)
134if ( !await readerAdapter.PushExternalSubsetAsync( systemId, publicId ).ConfigureAwait(false) ) {