2 writes to _currentPage
NuGet.Protocol (2)
LegacyFeed\V2FeedListResource.cs (2)
192_currentPage = _isSearchAvailable 226_currentPage = _isSearchAvailable
6 references to _currentPage
NuGet.Protocol (6)
LegacyFeed\V2FeedListResource.cs (6)
188if (_currentPage == null) 198_currentPage.Items.GroupBy(p => p.Id) 205_currentPage.Items.GroupBy(p => p.Id) 221if (_currentPage.Items.Count != _take) // Last page not filled completely, no more pages left 231_currentPage.Items.GroupBy(p => p.Id) 238_currentPage.Items.GroupBy(p => p.Id)