1 write to options
System.ServiceModel (1)
System\ServiceModel\Description\ServiceContractGenerator.cs (1)
95set { this.options = new OptionsHelper(value); }
7 references to options
System.ServiceModel (7)
System\ServiceModel\Description\ServiceContractGenerator.cs (7)
94get { return this.options.Options; } 100get { return this.options; } 186context = new ContextInitializer(this, new CodeTypeFactory(this, options.IsSet(ServiceContractGenerationOptions.InternalTypes))).CreateContext(contractDescription); 214if (this.options.IsSet(ServiceContractGenerationOptions.ChannelInterface)) 219if (this.options.IsSet(ServiceContractGenerationOptions.ClientClass)) 222bool tryAddHelperMethod = !this.options.IsSet(ServiceContractGenerationOptions.TypedMessages); 223bool generateEventAsyncMethods = this.options.IsSet(ServiceContractGenerationOptions.EventBasedAsynchronousMethods);