3 references to Sch_MismatchTargetNamespaceEx
System.Private.Xml (3)
System\Xml\Schema\Preprocessor.cs (1)
113SendValidationEvent(SR.Sch_MismatchTargetNamespaceEx, targetNamespace, _rootSchema.TargetNamespace, _rootSchema);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
339SendValidationEvent(SR.Sch_MismatchTargetNamespaceEx, targetNamespace, schema.TargetNamespace, schema);
System\Xml\Schema\XmlSchemaSet.cs (1)
1261SendValidationEvent(new XmlSchemaException(SR.Sch_MismatchTargetNamespaceEx, new string[] { targetNamespace, schema.TargetNamespace }), XmlSeverityType.Error);