10 references to KeybindingResetOptionsStorage
Microsoft.VisualStudio.LanguageServices (10)
KeybindingReset\KeybindingResetDetector.cs (10)
60
private static readonly ImmutableArray<OptionKey2> s_statusOptions = [new OptionKey2(
KeybindingResetOptionsStorage
.ReSharperStatus), new OptionKey2(
KeybindingResetOptionsStorage
.NeedsReset)];
107
if (_globalOptions.GetOption(
KeybindingResetOptionsStorage
.NeverShowAgain))
118
if (!_globalOptions.GetOption(
KeybindingResetOptionsStorage
.EnabledFeatureFlag))
226
KeyValuePairUtil.Create(new OptionKey2(
KeybindingResetOptionsStorage
.ReSharperStatus), (object)currentStatus),
227
KeyValuePairUtil.Create(new OptionKey2(
KeybindingResetOptionsStorage
.NeedsReset), (object)needsReset),
362
_globalOptions.SetGlobalOption(
KeybindingResetOptionsStorage
.NeedsReset, false);
372
_globalOptions.SetGlobalOption(
KeybindingResetOptionsStorage
.NeedsReset, false);
377
_globalOptions.SetGlobalOption(
KeybindingResetOptionsStorage
.NeverShowAgain, true);
378
_globalOptions.SetGlobalOption(
KeybindingResetOptionsStorage
.NeedsReset, false);