12 references to SendValidationEvent
dotnet-svcutil-lib (12)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (2)
399SendValidationEvent(ResXml.Sch_InvalidIncludeLocation, include, XmlSeverityType.Warning); 861SendValidationEvent(ResXml.Sch_MultipleRedefine, redefine, XmlSeverityType.Warning);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (4)
1063SendValidationEvent(ResXml.Sch_EmptyChoice, choice, XmlSeverityType.Warning); 1167SendValidationEvent(ResXml.Sch_EmptyChoice, groupRef, XmlSeverityType.Warning); 1266SendValidationEvent(ResXml.Sch_EmptyChoice, oldChoice, XmlSeverityType.Warning); 2505SendValidationEvent(ResXml.Sch_ComplexContentModel, complexType, XmlSeverityType.Warning);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (2)
249SendValidationEvent(ResXml.Sch_InvalidIncludeLocation, include, XmlSeverityType.Warning); 258SendValidationEvent(ResXml.Sch_InvalidIncludeLocation, include, XmlSeverityType.Warning);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (4)
1183SendValidationEvent(ResXml.Sch_EmptyChoice, choice, XmlSeverityType.Warning); 1293SendValidationEvent(ResXml.Sch_EmptyChoice, groupRef, XmlSeverityType.Warning); 1381SendValidationEvent(ResXml.Sch_EmptyChoice, oldChoice, XmlSeverityType.Warning); 2948SendValidationEvent(ResXml.Sch_ComplexContentModel, complexType, XmlSeverityType.Warning);