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