3 writes to _index
System.Collections.Immutable (3)
System\Collections\Immutable\ImmutableArray_1.Enumerator.cs (3)
98
_index
= -1;
141
_index
= newIndex;
153
_index
= -1;
3 references to _index
System.Collections.Immutable (3)
System\Collections\Immutable\ImmutableArray_1.Enumerator.cs (3)
111
if (unchecked((uint)
_index
) < (uint)_array.Length)
113
return _array[
_index
];
135
int newIndex =
_index
+ 1;