1 write to compileValidationEventHandler
System.ServiceModel (1)
System\ServiceModel\Description\MessageContractImporter.cs (1)
1845
compileValidationEventHandler
= new ValidationEventHandler(delegate(object sender, ValidationEventArgs args)
2 references to compileValidationEventHandler
System.ServiceModel (2)
System\ServiceModel\Description\MessageContractImporter.cs (2)
1850
schemaSet.ValidationEventHandler +=
compileValidationEventHandler
;
1861
schemaSet.ValidationEventHandler -=
compileValidationEventHandler
;