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