2 writes to _groupings
System.Linq (2)
System\Linq\Lookup.cs (2)
131
_groupings
= new Grouping<TKey, TElement>[7];
262
_groupings
= new Grouping<TKey, TElement>[newSize];
8 references to _groupings
System.Linq (8)
System\Linq\Lookup.cs (8)
134
_fastModMultiplier = HashHelpers.GetFastModMultiplier((uint)
_groupings
.Length);
213
Grouping<TKey, TElement>[] groupings =
_groupings
;
222
for (Grouping<TKey, TElement>? g =
_groupings
[GetBucketIndex(hashCode)]; g is not null; g = g._hashNext)
232
if (_count ==
_groupings
.Length)
239
g._hashNext =
_groupings
[index];
240
_groupings
[index] = g;
273
g._hashNext =
_groupings
[index];
274
_groupings
[index] = g;