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