3 references to OptionsInternal
System.ServiceModel (3)
System\ServiceModel\Description\OperationGenerator.cs (1)
130
this.MessageContractType = context.ServiceContractGenerator.
OptionsInternal
.IsSet(ServiceContractGenerationOptions.TypedMessages) ? MessageContractType.WrappedMessageContract : MessageContractType.None;
System\ServiceModel\Description\ServiceContractGenerator.cs (2)
264
this.asyncMethods = parent.
OptionsInternal
.IsSet(ServiceContractGenerationOptions.AsynchronousMethods);
265
this.taskMethod = parent.
OptionsInternal
.IsSet(ServiceContractGenerationOptions.TaskBasedAsynchronousMethod);