2 writes to _groupings
System.Linq.AsyncEnumerable (2)
System\Linq\ToLookupAsync.cs (2)
278
_groupings
= new Grouping<TKey, TElement>[7];
407
_groupings
= new Grouping<TKey, TElement>[newSize];
8 references to _groupings
System.Linq.AsyncEnumerable (8)
System\Linq\ToLookupAsync.cs (8)
281
_fastModMultiplier = HashHelpers.GetFastModMultiplier((uint)
_groupings
.Length);
356
Grouping<TKey, TElement>[] groupings =
_groupings
;
365
for (Grouping<TKey, TElement>? g =
_groupings
[GetBucketIndex(hashCode)]; g is not null; g = g._hashNext)
375
if (_count ==
_groupings
.Length)
383
_hashNext =
_groupings
[index]
385
_groupings
[index] = g;
418
g._hashNext =
_groupings
[index];
419
_groupings
[index] = g;