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