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