4 writes to _index
System.Collections.Immutable (4)
System\Collections\Frozen\FrozenDictionary.cs (4)
684
_index
= -1;
690
_index
++;
696
_index
= _keys.Length;
718
void IEnumerator.Reset() =>
_index
= -1;
4 references to _index
System.Collections.Immutable (4)
System\Collections\Frozen\FrozenDictionary.cs (4)
691
if ((uint)
_index
< (uint)_keys.Length)
705
if ((uint)
_index
>= (uint)_keys.Length)
710
return new KeyValuePair<TKey, TValue>(_keys[
_index
], _values[
_index
]);