5 references to SendValidationEvent
System.Private.Xml (5)
System\Xml\Schema\XmlSchemaSet.cs (5)
447SendValidationEvent(new XmlSchemaException(SR.Sch_SchemaNotRemoved, string.Empty), XmlSeverityType.Warning); 519SendValidationEvent(new XmlSchemaException(SR.Sch_SchemaNotPreprocessed, string.Empty), XmlSeverityType.Error); 1096SendValidationEvent(e, XmlSeverityType.Error); 1261SendValidationEvent(new XmlSchemaException(SR.Sch_MismatchTargetNamespaceEx, new string[] { targetNamespace, schema.TargetNamespace }), XmlSeverityType.Error); 1429SendValidationEvent(new XmlSchemaException(code, qname.ToString()), XmlSeverityType.Error);