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