5 references to SendValidationEvent
System.Xml (5)
System\Xml\Schema\XmlSchemaSet.cs (5)
477SendValidationEvent(new XmlSchemaException(Res.Sch_SchemaNotRemoved, string.Empty), XmlSeverityType.Warning); 550SendValidationEvent(new XmlSchemaException(Res.Sch_SchemaNotPreprocessed, string.Empty), XmlSeverityType.Error); 1067SendValidationEvent(e, XmlSeverityType.Error); 1200SendValidationEvent(new XmlSchemaException(Res.Sch_MismatchTargetNamespaceEx, new string[] { targetNamespace, schema.TargetNamespace }), XmlSeverityType.Error); 1328SendValidationEvent(new XmlSchemaException(code,qname.ToString()), XmlSeverityType.Error);