2 writes to next
System.Linq.Parallel (2)
System\Linq\Parallel\Utils\HashLookup.cs (2)
117
slots[index].
next
= buckets[bucket] - 1;
133
newSlots[i].
next
= newBuckets[bucket] - 1;
2 references to next
System.Linq.Parallel (2)
System\Linq\Parallel\Utils\HashLookup.cs (2)
81
for (int i = buckets[(uint)hashCode % buckets.Length] - 1; i >= 0; i = slots[i].
next
)
104
freeList = slots[index].
next
;