4 references to WrappedKey
dotnet-svcutil-lib (4)
CommandProcessorOptions.cs (1)
94
public readonly CommandSwitch Wrapped = new CommandSwitch(
WrappedKey
, "wr", SwitchType.Flag);
Shared\Options\UpdateOptions.cs (3)
49
public bool? Wrapped { get { return GetValue<bool?>(
WrappedKey
); } set { SetValue(
WrappedKey
, value); } }
70
new SingleValueOption<bool>(
WrappedKey
));