2 writes to _groupings
System.Linq.AsyncEnumerable (2)
System\Linq\ToLookupAsync.cs (2)
301
_groupings
= new Grouping<TKey, TElement>[7];
428
_groupings
= newGroupings;
6 references to _groupings
System.Linq.AsyncEnumerable (6)
System\Linq\ToLookupAsync.cs (6)
375
for (Grouping<TKey, TElement>? g =
_groupings
[(uint)hashCode %
_groupings
.Length]; g is not null; g = g._hashNext)
385
if (_count ==
_groupings
.Length)
390
int index = hashCode %
_groupings
.Length;
393
_hashNext =
_groupings
[index]
395
_groupings
[index] = g;