2 writes to hashNext
System.Core (2)
System\Linq\Enumerable.cs (2)
2269
g.
hashNext
= groupings[index];
2292
g.
hashNext
= newGroupings[index];
1 reference to hashNext
System.Core (1)
System\Linq\Enumerable.cs (1)
2260
for (Grouping g = groupings[hashCode % groupings.Length]; g != null; g = g.
hashNext
)