4 references to ServiceContractKey
dotnet-svcutil-lib (4)
CommandProcessorOptions.cs (1)
94public readonly CommandSwitch ServiceContract = new CommandSwitch(ServiceContractKey, "sc", SwitchType.Flag);
Shared\Options\SvcutilOptions.cs (3)
44public bool? ServiceContract { get { return GetValue<bool?>(ServiceContractKey); } set { SetValue(ServiceContractKey, value); } } 63new SingleValueOption<bool>(ServiceContractKey));