3 references to GetBucketIndex
System.Linq.Parallel (3)
System\Linq\Parallel\Utils\HashLookup.cs (3)
85
for (int i = buckets[
GetBucketIndex
(hashCode)] - 1; i >= 0; i = slots[i].next)
109
uint bucket =
GetBucketIndex
(hashCode);
143
uint bucket =
GetBucketIndex
(newSlots[i].hashCode);