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); 356Grouping<TKey, TElement>[] groupings = _groupings; 365for (Grouping<TKey, TElement>? g = _groupings[GetBucketIndex(hashCode)]; g is not null; g = g._hashNext) 375if (_count == _groupings.Length) 383_hashNext = _groupings[index] 385_groupings[index] = g; 418g._hashNext = _groupings[index]; 419_groupings[index] = g;