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