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