4 references to EnableDataBindingKey
dotnet-svcutil-lib (4)
CommandProcessorOptions.cs (1)
68public readonly CommandSwitch EnableDataBinding = new CommandSwitch(EnableDataBindingKey, "edb", SwitchType.Flag);
Shared\Options\UpdateOptions.cs (3)
34public bool? EnableDataBinding { get { return GetValue<bool?>(EnableDataBindingKey); } set { SetValue(EnableDataBindingKey, value); } } 54new SingleValueOption<bool>(EnableDataBindingKey),