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