4 references to Sch_ComponentAlreadySeenForNS
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (2)
957throw new XmlSchemaException(ResXml.Sch_ComponentAlreadySeenForNS, targetNamespace); 991throw new XmlSchemaException(ResXml.Sch_ComponentAlreadySeenForNS, tns);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (2)
348SendValidationEvent(ResXml.Sch_ComponentAlreadySeenForNS, tns, XmlSeverityType.Error); 371SendValidationEvent(ResXml.Sch_ComponentAlreadySeenForNS, tns, XmlSeverityType.Error);