2 writes to _maxSearchResults
Microsoft.VisualStudio.LanguageServices (2)
CodeLens\CodeLensCallbackListener.cs (2)
224_maxSearchResults = settingsStore.GetInt32(CodeLensUserSettingsConfigPath, CodeLensMaxSearchResults, defaultValue: DefaultMaxSearchResultsValue); 229_maxSearchResults = DefaultMaxSearchResultsValue;
2 references to _maxSearchResults
Microsoft.VisualStudio.LanguageServices (2)
CodeLens\CodeLensCallbackListener.cs (2)
199return _maxSearchResults; 204if (_maxSearchResults != int.MinValue)