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