4 writes to _index
System.Collections.Immutable (4)
System\Collections\Frozen\FrozenDictionary.cs (4)
605
_index
= -1;
611
_index
++;
617
_index
= _keys.Length;
639
void IEnumerator.Reset() =>
_index
= -1;
4 references to _index
System.Collections.Immutable (4)
System\Collections\Frozen\FrozenDictionary.cs (4)
612
if ((uint)
_index
< (uint)_keys.Length)
626
if ((uint)
_index
>= (uint)_keys.Length)
631
return new KeyValuePair<TKey, TValue>(_keys[
_index
], _values[
_index
]);