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