FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (5)
560SendValidationEvent(new XmlSchemaException(ResXml.Sch_SchemaNotRemoved, string.Empty), XmlSeverityType.Warning);
645SendValidationEvent(new XmlSchemaException(ResXml.Sch_SchemaNotPreprocessed, string.Empty), XmlSeverityType.Error);
1253SendValidationEvent(e, XmlSeverityType.Error);
1424SendValidationEvent(new XmlSchemaException(ResXml.Sch_MismatchTargetNamespaceEx, new string[] { targetNamespace, schema.TargetNamespace }), XmlSeverityType.Error);
1587SendValidationEvent(new XmlSchemaException(code, qname.ToString()), XmlSeverityType.Error);