10 references to KeybindingResetOptionsStorage
Microsoft.VisualStudio.LanguageServices (10)
KeybindingReset\KeybindingResetDetector.cs (10)
61
private static readonly ImmutableArray<OptionKey2> s_statusOptions = [new OptionKey2(
KeybindingResetOptionsStorage
.ReSharperStatus), new OptionKey2(
KeybindingResetOptionsStorage
.NeedsReset)];
108
if (_globalOptions.GetOption(
KeybindingResetOptionsStorage
.NeverShowAgain))
119
if (!_globalOptions.GetOption(
KeybindingResetOptionsStorage
.EnabledFeatureFlag))
227
KeyValuePairUtil.Create(new OptionKey2(
KeybindingResetOptionsStorage
.ReSharperStatus), (object)currentStatus),
228
KeyValuePairUtil.Create(new OptionKey2(
KeybindingResetOptionsStorage
.NeedsReset), (object)needsReset),
363
_globalOptions.SetGlobalOption(
KeybindingResetOptionsStorage
.NeedsReset, false);
373
_globalOptions.SetGlobalOption(
KeybindingResetOptionsStorage
.NeedsReset, false);
378
_globalOptions.SetGlobalOption(
KeybindingResetOptionsStorage
.NeverShowAgain, true);
379
_globalOptions.SetGlobalOption(
KeybindingResetOptionsStorage
.NeedsReset, false);