2 references to CodeLensMaxSearchResults
Microsoft.VisualStudio.LanguageServices (2)
CodeLens\CodeLensCallbackListener.cs (2)
43private const string CodeLensMaxSearchResults = nameof(CodeLensMaxSearchResults); 223_maxSearchResults = settingsStore.GetInt32(CodeLensUserSettingsConfigPath, CodeLensMaxSearchResults, defaultValue: DefaultMaxSearchResultsValue);