2 writes to _iListIndex
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
Nuget.Frameworks\NoAllocEnumerateExtensions.cs (2)
91
_iListIndex
= -1;
113
EnumeratorKind.IList => ++
_iListIndex
< _iList!.Count,
1 reference to _iListIndex
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Nuget.Frameworks\NoAllocEnumerateExtensions.cs (1)
102
EnumeratorKind.IList => _iList![
_iListIndex
],