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