2 references to EventBasedAsynchronousMethods
dotnet-svcutil-lib (2)
CodeDomFixup\WcfCodeGenerationExtension.cs (1)
84generator.Options &= ~ServiceContractGenerationOptions.EventBasedAsynchronousMethods;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (1)
169bool generateEventAsyncMethods = _options.IsSet(ServiceContractGenerationOptions.EventBasedAsynchronousMethods);