3 references to Sch_MismatchTargetNamespaceEx
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (1)
118SendValidationEvent(ResXml.Sch_MismatchTargetNamespaceEx, targetNamespace, _rootSchema.TargetNamespace, _rootSchema);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (1)
344SendValidationEvent(ResXml.Sch_MismatchTargetNamespaceEx, targetNamespace, schema.TargetNamespace, schema);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (1)
1424SendValidationEvent(new XmlSchemaException(ResXml.Sch_MismatchTargetNamespaceEx, new string[] { targetNamespace, schema.TargetNamespace }), XmlSeverityType.Error);