2 writes to _hashNext
System.Linq (2)
System\Linq\Lookup.cs (2)
224
g.
_hashNext
= _groupings[index];
253
g.
_hashNext
= newGroupings[index];
1 reference to _hashNext
System.Linq (1)
System\Linq\Lookup.cs (1)
207
for (Grouping<TKey, TElement>? g = _groupings[(uint)hashCode % _groupings.Length]; g is not null; g = g.
_hashNext
)