10 references to KeybindingResetOptionsStorage
Microsoft.VisualStudio.LanguageServices (10)
KeybindingReset\KeybindingResetDetector.cs (10)
63
new OptionKey2(
KeybindingResetOptionsStorage
.ReSharperStatus),
64
new OptionKey2(
KeybindingResetOptionsStorage
.NeedsReset));
107
if (_globalOptions.GetOption(
KeybindingResetOptionsStorage
.NeverShowAgain))
119
if (!_globalOptions.GetOption(
KeybindingResetOptionsStorage
.EnabledFeatureFlag))
221
KeyValuePairUtil.Create(new OptionKey2(
KeybindingResetOptionsStorage
.ReSharperStatus), (object)currentStatus),
222
KeyValuePairUtil.Create(new OptionKey2(
KeybindingResetOptionsStorage
.NeedsReset), (object)needsReset)));
356
_globalOptions.SetGlobalOption(
KeybindingResetOptionsStorage
.NeedsReset, false);
366
_globalOptions.SetGlobalOption(
KeybindingResetOptionsStorage
.NeedsReset, false);
371
_globalOptions.SetGlobalOption(
KeybindingResetOptionsStorage
.NeverShowAgain, true);
372
_globalOptions.SetGlobalOption(
KeybindingResetOptionsStorage
.NeedsReset, false);