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