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)
172
return
_maxSearchResults
;
177
if (
_maxSearchResults
!= int.MinValue)