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