5 references to ScanLiteralAsync
System.Private.Xml (5)
System\Xml\Schema\DtdParserAsync.cs (5)
1778await ScanLiteralAsync(LiteralType.AttributeValue).ConfigureAwait(false); 2102await ScanLiteralAsync(LiteralType.SystemOrPublicID).ConfigureAwait(false); 2148await ScanLiteralAsync(LiteralType.EntityReplText).ConfigureAwait(false); 2189await ScanLiteralAsync(LiteralType.SystemOrPublicID).ConfigureAwait(false); 2203await ScanLiteralAsync(LiteralType.SystemOrPublicID).ConfigureAwait(false);