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