5 references to NeedsReset
Microsoft.VisualStudio.LanguageServices (5)
KeybindingReset\KeybindingResetDetector.cs (5)
60private static readonly ImmutableArray<OptionKey2> s_statusOptions = [new OptionKey2(KeybindingResetOptionsStorage.ReSharperStatus), new OptionKey2(KeybindingResetOptionsStorage.NeedsReset)]; 227KeyValuePairUtil.Create(new OptionKey2(KeybindingResetOptionsStorage.NeedsReset), (object)needsReset), 362_globalOptions.SetGlobalOption(KeybindingResetOptionsStorage.NeedsReset, false); 372_globalOptions.SetGlobalOption(KeybindingResetOptionsStorage.NeedsReset, false); 378_globalOptions.SetGlobalOption(KeybindingResetOptionsStorage.NeedsReset, false);