9 references to ValidationEventHandler
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (1)
195
_schemaSet.
ValidationEventHandler
+= schemas.GetEventHandler();
FrameworkFork\Microsoft.Xml\Xml\Serialization\Mappings.cs (1)
1377
_schemas.
ValidationEventHandler
+= new ValidationEventHandler(ValidationCallbackWithErrorCode);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (3)
116
_schemaSet.
ValidationEventHandler
+= new ValidationEventHandler(IgnoreCompileErrors);
744
_schemaSet.
ValidationEventHandler
+= handler;
773
_schemaSet.
ValidationEventHandler
-= handler;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (2)
1838
schemaSet.
ValidationEventHandler
+= _compileValidationEventHandler;
1849
schemaSet.
ValidationEventHandler
-= _compileValidationEventHandler;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SchemaHelper.cs (2)
136
schemaSet.
ValidationEventHandler
+= validationEventHandler;
138
schemaSet.
ValidationEventHandler
-= validationEventHandler;