8 references to IsSet
System.ServiceModel (8)
System\ServiceModel\Description\OperationGenerator.cs (1)
130
this.MessageContractType = context.ServiceContractGenerator.OptionsInternal.
IsSet
(ServiceContractGenerationOptions.TypedMessages) ? MessageContractType.WrappedMessageContract : MessageContractType.None;
System\ServiceModel\Description\ServiceContractGenerator.cs (7)
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);
264
this.asyncMethods = parent.OptionsInternal.
IsSet
(ServiceContractGenerationOptions.AsynchronousMethods);
265
this.taskMethod = parent.OptionsInternal.
IsSet
(ServiceContractGenerationOptions.TaskBasedAsynchronousMethod);