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