1 write to _itemList
NuGet.DependencyResolver.Core (1)
Remote\RemoteDependencyWalker.cs (1)
871
_itemList
= itemList;
7 references to _itemList
NuGet.DependencyResolver.Core (7)
Remote\RemoteDependencyWalker.cs (7)
879
if (_index + 1 <
_itemList
._count)
884
_current =
_itemList
._firstItem;
888
_current =
_itemList
._secondItem;
892
_current =
_itemList
._thirdItem;
896
_current =
_itemList
._fourthItem;
900
_current =
_itemList
._fifthItem;
904
_current =
_itemList
._additionalItems![_index - Fields];