5 references to TaskBasedAsynchronousMethod
dotnet-svcutil-lib (5)
CodeDomFixup\VisitorFixup.cs (2)
27new CreateCallbackImpl((generator.Options & ServiceContractGenerationOptions.TaskBasedAsynchronousMethod) == ServiceContractGenerationOptions.TaskBasedAsynchronousMethod, generator),
CodeDomFixup\WcfCodeGenerationExtension.cs (1)
85generator.Options |= ServiceContractGenerationOptions.TaskBasedAsynchronousMethod;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (1)
211_taskMethod = parent.OptionsInternal.IsSet(ServiceContractGenerationOptions.TaskBasedAsynchronousMethod);
ImportModule.cs (1)
231contractGenerator.Options |= ServiceContractGenerationOptions.TaskBasedAsynchronousMethod;