3 references to AsynchronousMethods
System.ServiceModel (1)
System\ServiceModel\Description\ServiceContractGenerator.cs (1)
264this.asyncMethods = parent.OptionsInternal.IsSet(ServiceContractGenerationOptions.AsynchronousMethods);
System.Web.Extensions (2)
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (2)
524contractGenerator.Options &= ~ServiceContractGenerationOptions.AsynchronousMethods & 534contractGenerator.Options |= ServiceContractGenerationOptions.AsynchronousMethods;