3 references to Sch_DupNotation
System.Private.Xml (3)
System\Xml\Schema\BaseProcessor.cs (1)
138code = SR.Sch_DupNotation;
System\Xml\Schema\DtdParser.cs (1)
1323SendValidationEvent(_curPos - notationName.Name.Length, XmlSeverityType.Error, SR.Sch_DupNotation, notationName.Name);
System\Xml\Schema\DtdParserAsync.cs (1)
957SendValidationEvent(_curPos - notationName.Name.Length, XmlSeverityType.Error, SR.Sch_DupNotation, notationName.Name);