2 writes to groupings
System.Core (2)
System\Linq\Enumerable.cs (2)
2208
groupings
= new Grouping[7];
2295
groupings
= newGroupings;
6 references to groupings
System.Core (6)
System\Linq\Enumerable.cs (6)
2260
for (Grouping g =
groupings
[hashCode %
groupings
.Length]; g != null; g = g.hashNext)
2263
if (count ==
groupings
.Length) Resize();
2264
int index = hashCode %
groupings
.Length;
2269
g.hashNext =
groupings
[index];
2270
groupings
[index] = g;