1 write to _count
NuGet.DependencyResolver.Core (1)
Remote\RemoteDependencyWalker.cs (1)
857++_count;
8 references to _count
NuGet.DependencyResolver.Core (8)
Remote\RemoteDependencyWalker.cs (8)
773public readonly int Count => _count; 784if ((uint)index >= (uint)_count) 818if (_count == 0) 822else if (_count == 1) 826else if (_count == 2) 830else if (_count == 3) 834else if (_count == 4) 879if (_index + 1 < _itemList._count)