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