4 references to ThrowInvalidChar
System.Xml (4)
System\Xml\Schema\DtdParser.cs (3)
305
ThrowInvalidChar
( curPos, systemId, i );
313
ThrowInvalidChar
( curPos, publicId, i );
1539
ThrowInvalidChar
( curPos - 1 - publicId.Length + i, publicId, i );
System\Xml\Schema\DtdParserAsync.cs (1)
1153
ThrowInvalidChar
( curPos - 1 - publicId.Length + i, publicId, i );