8 references to IsSet
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (1)
130
_messageContractType = context.ServiceContractGenerator.OptionsInternal.
IsSet
(ServiceContractGenerationOptions.TypedMessages) ? MessageContractType.WrappedMessageContract : MessageContractType.None;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (7)
132
context = new ContextInitializer(this, new CodeTypeFactory(this, _options.
IsSet
(ServiceContractGenerationOptions.InternalTypes))).CreateContext(contractDescription);
160
if (_options.
IsSet
(ServiceContractGenerationOptions.ChannelInterface))
165
if (_options.
IsSet
(ServiceContractGenerationOptions.ClientClass))
168
bool tryAddHelperMethod = !_options.
IsSet
(ServiceContractGenerationOptions.TypedMessages);
169
bool generateEventAsyncMethods = _options.
IsSet
(ServiceContractGenerationOptions.EventBasedAsynchronousMethods);
210
_asyncMethods = parent.OptionsInternal.
IsSet
(ServiceContractGenerationOptions.AsynchronousMethods);
211
_taskMethod = parent.OptionsInternal.
IsSet
(ServiceContractGenerationOptions.TaskBasedAsynchronousMethod);