12 references to SendValidationEvent
System.Private.Xml (12)
System\Xml\Schema\Preprocessor.cs (2)
379SendValidationEvent(SR.Sch_InvalidIncludeLocation, include, XmlSeverityType.Warning); 828SendValidationEvent(SR.Sch_MultipleRedefine, redefine, XmlSeverityType.Warning);
System\Xml\Schema\SchemaCollectionCompiler.cs (4)
1061SendValidationEvent(SR.Sch_EmptyChoice, choice, XmlSeverityType.Warning); 1165SendValidationEvent(SR.Sch_EmptyChoice, groupRef, XmlSeverityType.Warning); 1264SendValidationEvent(SR.Sch_EmptyChoice, oldChoice, XmlSeverityType.Warning); 2416SendValidationEvent(SR.Sch_ComplexContentModel, complexType, XmlSeverityType.Warning);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
244SendValidationEvent(SR.Sch_InvalidIncludeLocation, include, XmlSeverityType.Warning); 253SendValidationEvent(SR.Sch_InvalidIncludeLocation, include, XmlSeverityType.Warning);
System\Xml\Schema\SchemaSetCompiler.cs (4)
1190SendValidationEvent(SR.Sch_EmptyChoice, choice, XmlSeverityType.Warning); 1306SendValidationEvent(SR.Sch_EmptyChoice, groupRef, XmlSeverityType.Warning); 1397SendValidationEvent(SR.Sch_EmptyChoice, oldChoice, XmlSeverityType.Warning); 2885SendValidationEvent(SR.Sch_ComplexContentModel, complexType, XmlSeverityType.Warning);