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