5 references to SendValidationEvent
System.Private.Xml (5)
System\Xml\Schema\XmlSchemaSet.cs (5)
435SendValidationEvent(new XmlSchemaException(SR.Sch_SchemaNotRemoved, string.Empty), XmlSeverityType.Warning); 507SendValidationEvent(new XmlSchemaException(SR.Sch_SchemaNotPreprocessed, string.Empty), XmlSeverityType.Error); 1084SendValidationEvent(e, XmlSeverityType.Error); 1249SendValidationEvent(new XmlSchemaException(SR.Sch_MismatchTargetNamespaceEx, new string[] { targetNamespace, schema.TargetNamespace }), XmlSeverityType.Error); 1417SendValidationEvent(new XmlSchemaException(code, qname.ToString()), XmlSeverityType.Error);