3 references to TaskBasedAsynchronousMethod
System.ServiceModel (1)
System\ServiceModel\Description\ServiceContractGenerator.cs (1)
265
this.taskMethod = parent.OptionsInternal.IsSet(ServiceContractGenerationOptions.
TaskBasedAsynchronousMethod
);
System.Web.Extensions (2)
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (2)
526
~ServiceContractGenerationOptions.
TaskBasedAsynchronousMethod
;
530
contractGenerator.Options |= ServiceContractGenerationOptions.
TaskBasedAsynchronousMethod
;