3 writes to _index
System.Collections.Immutable (3)
System\Collections\Immutable\ImmutableArray_1.Enumerator.cs (3)
98
_index
= -1;
140
_index
= newIndex;
152
_index
= -1;
3 references to _index
System.Collections.Immutable (3)
System\Collections\Immutable\ImmutableArray_1.Enumerator.cs (3)
110
if (unchecked((uint)
_index
) >= (uint)_array.Length)
116
return _array[
_index
];
134
int newIndex =
_index
+ 1;