2 writes to _iListIndex
NuGet.Resolver (2)
src\nuget-client\build\Shared\NoAllocEnumerateExtensions.cs (2)
91_iListIndex = -1; 113EnumeratorKind.IList => ++_iListIndex < _iList!.Count,
1 reference to _iListIndex
NuGet.Resolver (1)
src\nuget-client\build\Shared\NoAllocEnumerateExtensions.cs (1)
102EnumeratorKind.IList => _iList![_iListIndex],