1 implementation of ParseNamedCharRefAsync
System.Xml (1)
System\Xml\Core\XmlTextReaderImplHelpersAsync.cs (1)
44Task< int > IDtdParserAdapter.ParseNamedCharRefAsync( bool expand, BufferBuilder internalSubsetBuilder ) {
2 references to ParseNamedCharRefAsync
System.Xml (2)
System\Xml\Schema\DtdParserAsync.cs (2)
1897int endPos = await readerAdapter.ParseNamedCharRefAsync( true, SaveInternalSubsetValue ? internalSubsetValueSb : null ).ConfigureAwait(false); 1914int endPos = await readerAdapter.ParseNamedCharRefAsync( false, null ).ConfigureAwait(false);