2 writes to _groupings
System.Linq.AsyncEnumerable (2)
System\Linq\ToLookupAsync.cs (2)
195
_groupings
= new Grouping<TKey, TElement>[7];
322
_groupings
= newGroupings;
6 references to _groupings
System.Linq.AsyncEnumerable (6)
System\Linq\ToLookupAsync.cs (6)
269
for (Grouping<TKey, TElement>? g =
_groupings
[(uint)hashCode %
_groupings
.Length]; g is not null; g = g._hashNext)
279
if (_count ==
_groupings
.Length)
284
int index = hashCode %
_groupings
.Length;
287
_hashNext =
_groupings
[index]
289
_groupings
[index] = g;