2 references to s_removeRecommendationLimitOption
Microsoft.VisualStudio.LanguageServices (2)
ExternalAccess\Pythia\PythiaGlobalOptions.cs (2)
32get => _globalOptions.GetOption(s_removeRecommendationLimitOption); 33set => _globalOptions.SetGlobalOption(s_removeRecommendationLimitOption, value);