4 writes to _index
System.Collections.Immutable (4)
System\Collections\Frozen\FrozenDictionary.cs (4)
685
_index
= -1;
691
_index
++;
697
_index
= _keys.Length;
719
void IEnumerator.Reset() =>
_index
= -1;
4 references to _index
System.Collections.Immutable (4)
System\Collections\Frozen\FrozenDictionary.cs (4)
692
if ((uint)
_index
< (uint)_keys.Length)
706
if ((uint)
_index
>= (uint)_keys.Length)
711
return new KeyValuePair<TKey, TValue>(_keys[
_index
], _values[
_index
]);