1 write to _array
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableArray_1.Enumerator.cs (1)
99_array = array;
3 references to _array
System.Collections.Immutable (3)
System\Collections\Immutable\ImmutableArray_1.Enumerator.cs (3)
110if (unchecked((uint)_index) >= (uint)_array.Length) 116return _array[_index]; 135int length = _array.Length;