12 references to Sch_DupElement
dotnet-svcutil-lib (12)
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (1)
1199SendValidationEvent(XmlSeverityType.Error, ResXml.Sch_DupElement, name.ToString());
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (1)
2459SendValidationEvent(ResXml.Sch_DupElement, localElement.QualifiedName.ToString(), localElement);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
2902SendValidationEvent(ResXml.Sch_DupElement, localElement.QualifiedName.ToString(), localElement);
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (9)
1601builder.SendValidationEvent(ResXml.Sch_DupElement, "complexType"); 1736builder.SendValidationEvent(ResXml.Sch_DupElement, "extension"); 1760builder.SendValidationEvent(ResXml.Sch_DupElement, "restriction"); 1840builder.SendValidationEvent(ResXml.Sch_DupElement, "anyAttribute"); 1847builder.SendValidationEvent(ResXml.Sch_DupElement, "anyAttribute"); 1854builder.SendValidationEvent(ResXml.Sch_DupElement, "anyAttribute"); 1861builder.SendValidationEvent(ResXml.Sch_DupElement, "anyAttribute"); 1868builder.SendValidationEvent(ResXml.Sch_DupElement, "anyAttribute"); 1875builder.SendValidationEvent(ResXml.Sch_DupElement, "anyAttribute");