2 writes to _groupings
System.Linq.AsyncEnumerable (2)
System\Linq\ToLookupAsync.cs (2)
277
_groupings
= new Grouping<TKey, TElement>[7];
404
_groupings
= newGroupings;
6 references to _groupings
System.Linq.AsyncEnumerable (6)
System\Linq\ToLookupAsync.cs (6)
351
for (Grouping<TKey, TElement>? g =
_groupings
[(uint)hashCode %
_groupings
.Length]; g is not null; g = g._hashNext)
361
if (_count ==
_groupings
.Length)
366
int index = hashCode %
_groupings
.Length;
369
_hashNext =
_groupings
[index]
371
_groupings
[index] = g;