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