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)
190
if (
_currentPage
== null)
200
_currentPage
.Items.GroupBy(p => p.Id)
207
_currentPage
.Items.GroupBy(p => p.Id)
223
if (
_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)