3 references to HandleEntityReferenceAsync
System.Xml (3)
System\Xml\Schema\DtdParserAsync.cs (3)
1241await HandleEntityReferenceAsync( true, false, false ).ConfigureAwait(false); 1870await HandleEntityReferenceAsync( true, true, literalType == LiteralType.AttributeValue ).ConfigureAwait(false); 1908await HandleEntityReferenceAsync( false, true, true ).ConfigureAwait(false);