1 implementation of PushExternalSubsetAsync
System.Private.Xml (1)
System\Xml\Core\XmlTextReaderImplHelpersAsync.cs (1)
55Task<bool> IDtdParserAdapter.PushExternalSubsetAsync(string? systemId, string? publicId)
1 reference to PushExternalSubsetAsync
System.Private.Xml (1)
System\Xml\Schema\DtdParserAsync.cs (1)
145if (!await _readerAdapter.PushExternalSubsetAsync(_systemId, _publicId).ConfigureAwait(false))