1 implementation of ParseNamedCharRefAsync
System.Private.Xml (1)
System\Xml\Core\XmlTextReaderImplHelpersAsync.cs (1)
35Task<int> IDtdParserAdapter.ParseNamedCharRefAsync(bool expand, StringBuilder? internalSubsetBuilder)
2 references to ParseNamedCharRefAsync
System.Private.Xml (2)
System\Xml\Schema\DtdParserAsync.cs (2)
1985int endPos = await _readerAdapter.ParseNamedCharRefAsync(true, SaveInternalSubsetValue ? _internalSubsetValueSb : null).ConfigureAwait(false); 2005int endPos = await _readerAdapter.ParseNamedCharRefAsync(false, null).ConfigureAwait(false);