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)
188
if (
_currentPage
== null)
198
_currentPage
.Items.GroupBy(p => p.Id)
205
_currentPage
.Items.GroupBy(p => p.Id)
221
if (
_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)