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