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