3 references to ChannelInterface
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (2)
25private OptionsHelper _options = new OptionsHelper(ServiceContractGenerationOptions.ChannelInterface | 160if (_options.IsSet(ServiceContractGenerationOptions.ChannelInterface))
ImportModule.cs (1)
253contractGenerator.Options &= ~ServiceContractGenerationOptions.ChannelInterface & ~ServiceContractGenerationOptions.ClientClass;