2 writes to _currentPage
NuGet.Protocol (2)
LegacyFeed\V2FeedListResource.cs (2)
194_currentPage = _isSearchAvailable 228_currentPage = _isSearchAvailable
6 references to _currentPage
NuGet.Protocol (6)
LegacyFeed\V2FeedListResource.cs (6)
190if (_currentPage == null) 200_currentPage.Items.GroupBy(p => p.Id) 207_currentPage.Items.GroupBy(p => p.Id) 223if (_currentPage.Items.Count != _take) // Last page not filled completely, no more pages left 233_currentPage.Items.GroupBy(p => p.Id) 240_currentPage.Items.GroupBy(p => p.Id)