2 writes to next
System.Linq.Parallel (2)
System\Linq\Parallel\Utils\HashLookup.cs (2)
113slots[index].next = buckets[bucket] - 1; 144newSlots[i].next = newBuckets[bucket] - 1;
1 reference to next
System.Linq.Parallel (1)
System\Linq\Parallel\Utils\HashLookup.cs (1)
85for (int i = buckets[GetBucketIndex(hashCode)] - 1; i >= 0; i = slots[i].next)