1 write to _options
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (1)
77
set {
_options
= new OptionsHelper(value); }
7 references to _options
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (7)
76
get { return
_options
.Options; }
82
get { return
_options
; }
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);