1 write to _count
NuGet.DependencyResolver.Core (1)
Remote\RemoteDependencyWalker.cs (1)
847++_count;
8 references to _count
NuGet.DependencyResolver.Core (8)
Remote\RemoteDependencyWalker.cs (8)
763public readonly int Count => _count; 774if ((uint)index >= (uint)_count) 808if (_count == 0) 812else if (_count == 1) 816else if (_count == 2) 820else if (_count == 3) 824else if (_count == 4) 869if (_index + 1 < _itemList._count)