2 writes to _maxSearchResults
Microsoft.VisualStudio.LanguageServices (2)
CodeLens\CodeLensCallbackListener.cs (2)
228
_maxSearchResults
= settingsStore.GetInt32(CodeLensUserSettingsConfigPath, CodeLensMaxSearchResults, defaultValue: DefaultMaxSearchResultsValue);
233
_maxSearchResults
= DefaultMaxSearchResultsValue;
2 references to _maxSearchResults
Microsoft.VisualStudio.LanguageServices (2)
CodeLens\CodeLensCallbackListener.cs (2)
203
return
_maxSearchResults
;
208
if (
_maxSearchResults
!= int.MinValue)