2 writes to _hashNext
System.Linq.AsyncEnumerable (2)
System\Linq\ToLookupAsync.cs (2)
383
_hashNext
= _groupings[index]
418
g.
_hashNext
= _groupings[index];
1 reference to _hashNext
System.Linq.AsyncEnumerable (1)
System\Linq\ToLookupAsync.cs (1)
365
for (Grouping<TKey, TElement>? g = _groupings[GetBucketIndex(hashCode)]; g is not null; g = g.
_hashNext
)