2 writes to _groupings
System.Linq (2)
System\Linq\Lookup.cs (2)
129_groupings = new Grouping<TKey, TElement>[7]; 258_groupings = newGroupings;
6 references to _groupings
System.Linq (6)
System\Linq\Lookup.cs (6)
207for (Grouping<TKey, TElement>? g = _groupings[(uint)hashCode % _groupings.Length]; g is not null; g = g._hashNext) 217if (_count == _groupings.Length) 222int index = hashCode % _groupings.Length; 224g._hashNext = _groupings[index]; 225_groupings[index] = g;