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