3 references to Sch_DupElementDecl
System.Private.Xml (3)
System\Xml\Schema\DtdParser.cs (1)
944SendValidationEvent(_curPos - name.Name.Length, XmlSeverityType.Error, SR.Sch_DupElementDecl, GetNameString());
System\Xml\Schema\DtdParserAsync.cs (1)
588SendValidationEvent(_curPos - name.Name.Length, XmlSeverityType.Error, SR.Sch_DupElementDecl, GetNameString());
System\Xml\Schema\XdrBuilder.cs (1)
733builder.SendValidationEvent(SR.Sch_DupElementDecl, XmlQualifiedName.ToString(qname.Name, prefix));