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