3 references to HandleEntityReferenceAsync
System.Private.Xml (3)
System\Xml\Schema\DtdParserAsync.cs (3)
1233
await
HandleEntityReferenceAsync
(true, false, false).ConfigureAwait(false);
1953
await
HandleEntityReferenceAsync
(true, true, literalType == LiteralType.AttributeValue).ConfigureAwait(false);
1998
await
HandleEntityReferenceAsync
(false, true, true).ConfigureAwait(false);