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