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