3 references to EventBasedAsynchronousMethods
System.ServiceModel (1)
System\ServiceModel\Description\ServiceContractGenerator.cs (1)
223
bool generateEventAsyncMethods = this.options.IsSet(ServiceContractGenerationOptions.
EventBasedAsynchronousMethods
);
System.Web.Extensions (2)
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (2)
525
~ServiceContractGenerationOptions.
EventBasedAsynchronousMethods
&
537
contractGenerator.Options |= ServiceContractGenerationOptions.
EventBasedAsynchronousMethods
;