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