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))
221
KeyValuePairUtil.Create(new OptionKey2(
KeybindingResetOptionsStorage
.ReSharperStatus), (object)currentStatus),
222
KeyValuePairUtil.Create(new OptionKey2(
KeybindingResetOptionsStorage
.NeedsReset), (object)needsReset),
357
_globalOptions.SetGlobalOption(
KeybindingResetOptionsStorage
.NeedsReset, false);
367
_globalOptions.SetGlobalOption(
KeybindingResetOptionsStorage
.NeedsReset, false);
372
_globalOptions.SetGlobalOption(
KeybindingResetOptionsStorage
.NeverShowAgain, true);
373
_globalOptions.SetGlobalOption(
KeybindingResetOptionsStorage
.NeedsReset, false);