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