1 write to _compileValidationEventHandler
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (1)
1833
_compileValidationEventHandler
= new ValidationEventHandler(delegate (object sender, ValidationEventArgs args)
2 references to _compileValidationEventHandler
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (2)
1838
schemaSet.ValidationEventHandler +=
_compileValidationEventHandler
;
1849
schemaSet.ValidationEventHandler -=
_compileValidationEventHandler
;