2 instantiations of OptionsHelper
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (2)
25
private OptionsHelper _options = new
OptionsHelper
(ServiceContractGenerationOptions.ChannelInterface |
77
set { _options = new
OptionsHelper
(value); }
2 references to OptionsHelper
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (2)
25
private
OptionsHelper
_options = new OptionsHelper(ServiceContractGenerationOptions.ChannelInterface |
80
internal
OptionsHelper
OptionsInternal