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