10 references to KeybindingResetOptionsStorage
Microsoft.VisualStudio.LanguageServices (10)
KeybindingReset\KeybindingResetDetector.cs (10)
62
private static readonly ImmutableArray<OptionKey2> s_statusOptions = [new OptionKey2(
KeybindingResetOptionsStorage
.ReSharperStatus), new OptionKey2(
KeybindingResetOptionsStorage
.NeedsReset)];
109
if (_globalOptions.GetOption(
KeybindingResetOptionsStorage
.NeverShowAgain))
120
if (!_globalOptions.GetOption(
KeybindingResetOptionsStorage
.EnabledFeatureFlag))
228
KeyValuePair.Create(new OptionKey2(
KeybindingResetOptionsStorage
.ReSharperStatus), (object)currentStatus),
229
KeyValuePair.Create(new OptionKey2(
KeybindingResetOptionsStorage
.NeedsReset), (object)needsReset),
364
_globalOptions.SetGlobalOption(
KeybindingResetOptionsStorage
.NeedsReset, false);
374
_globalOptions.SetGlobalOption(
KeybindingResetOptionsStorage
.NeedsReset, false);
379
_globalOptions.SetGlobalOption(
KeybindingResetOptionsStorage
.NeverShowAgain, true);
380
_globalOptions.SetGlobalOption(
KeybindingResetOptionsStorage
.NeedsReset, false);