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