4 references to EntityReplText
System.Xml (4)
System\Xml\Schema\DtdParser.cs (2)
2409
if ( literalType != LiteralType.
EntityReplText
) {
2595
ScanLiteral( LiteralType.
EntityReplText
);
System\Xml\Schema\DtdParserAsync.cs (2)
1866
if ( literalType != LiteralType.
EntityReplText
) {
2035
await ScanLiteralAsync( LiteralType.
EntityReplText
).ConfigureAwait(false);