2 references to ParseNamedCharRefAsync
System.Xml (2)
System\Xml\Core\XmlTextReaderImplAsync.cs (2)
705
return this.
ParseNamedCharRefAsync
( expand, internalSubsetBuilder );
3494
charRefEndPos = await
ParseNamedCharRefAsync
( expandType != EntityExpandType.OnlyGeneral, null ).ConfigureAwait(false);