1 implementation of PushEntityAsync
System.Private.Xml (1)
System\Xml\Core\XmlTextReaderImplHelpersAsync.cs (1)
50Task<(int, bool)> IDtdParserAdapter.PushEntityAsync(IDtdEntityInfo entity)
2 references to PushEntityAsync
System.Private.Xml (2)
System\Xml\Schema\DtdParserAsync.cs (2)
2603var tuple_3 = await _readerAdapter.PushEntityAsync(entity).ConfigureAwait(false); 2619var tuple_4 = await _readerAdapter.PushEntityAsync(entity).ConfigureAwait(false);