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)
111if (unchecked((uint)_index) < (uint)_array.Length) 113return _array[_index]; 135int newIndex = _index + 1;