4 references to EntityReplText
System.Private.Xml (4)
System\Xml\Schema\DtdParser.cs (2)
2502
if (literalType != LiteralType.
EntityReplText
)
2723
ScanLiteral(LiteralType.
EntityReplText
);
System\Xml\Schema\DtdParserAsync.cs (2)
1948
if (literalType != LiteralType.
EntityReplText
)
2148
await ScanLiteralAsync(LiteralType.
EntityReplText
).ConfigureAwait(false);