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)
1838schemaSet.ValidationEventHandler += _compileValidationEventHandler; 1849schemaSet.ValidationEventHandler -= _compileValidationEventHandler;