2 references to Sch_DupNotationAttribute
System.Private.Xml (2)
System\Xml\Schema\DtdParser.cs (1)
789SendValidationEvent(_curPos - 8, XmlSeverityType.Error, SR.Sch_DupNotationAttribute, elementDecl.Name.ToString()); // 8 == strlen("NOTATION")
System\Xml\Schema\DtdParserAsync.cs (1)
433SendValidationEvent(_curPos - 8, XmlSeverityType.Error, SR.Sch_DupNotationAttribute, elementDecl.Name.ToString()); // 8 == strlen("NOTATION")