8 writes to Options
System.Web.Extensions (8)
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (8)
516
contractGenerator.
Options
|= ServiceContractGenerationOptions.InternalTypes;
520
contractGenerator.
Options
&= ~ServiceContractGenerationOptions.InternalTypes;
524
contractGenerator.
Options
&= ~ServiceContractGenerationOptions.AsynchronousMethods &
530
contractGenerator.
Options
|= ServiceContractGenerationOptions.TaskBasedAsynchronousMethod;
534
contractGenerator.
Options
|= ServiceContractGenerationOptions.AsynchronousMethods;
537
contractGenerator.
Options
|= ServiceContractGenerationOptions.EventBasedAsynchronousMethods;
543
contractGenerator.
Options
|= ServiceContractGenerationOptions.TypedMessages;
547
contractGenerator.
Options
&= ~ServiceContractGenerationOptions.TypedMessages;