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