1 write to _options
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (1)
77set { _options = new OptionsHelper(value); }
7 references to _options
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (7)
76get { return _options.Options; } 82get { return _options; } 132context = new ContextInitializer(this, new CodeTypeFactory(this, _options.IsSet(ServiceContractGenerationOptions.InternalTypes))).CreateContext(contractDescription); 160if (_options.IsSet(ServiceContractGenerationOptions.ChannelInterface)) 165if (_options.IsSet(ServiceContractGenerationOptions.ClientClass)) 168bool tryAddHelperMethod = !_options.IsSet(ServiceContractGenerationOptions.TypedMessages); 169bool generateEventAsyncMethods = _options.IsSet(ServiceContractGenerationOptions.EventBasedAsynchronousMethods);