2 writes to _maxSearchResults
Microsoft.VisualStudio.LanguageServices (2)
CodeLens\CodeLensCallbackListener.cs (2)
197_maxSearchResults = settingsStore.GetInt32(CodeLensUserSettingsConfigPath, CodeLensMaxSearchResults, defaultValue: DefaultMaxSearchResultsValue); 202_maxSearchResults = DefaultMaxSearchResultsValue;
2 references to _maxSearchResults
Microsoft.VisualStudio.LanguageServices (2)
CodeLens\CodeLensCallbackListener.cs (2)
172return _maxSearchResults; 177if (_maxSearchResults != int.MinValue)