2 writes to buckets
System.Linq.Parallel (2)
System\Linq\Parallel\Utils\HashLookup.cs (2)
38
buckets
= new int[7];
134
buckets
= newBuckets;
5 references to buckets
System.Linq.Parallel (5)
System\Linq\Parallel\Utils\HashLookup.cs (5)
42
fastModMultiplier = HashHelpers.GetFastModMultiplier((uint)
buckets
.Length);
85
for (int i =
buckets
[GetBucketIndex(hashCode)] - 1; i >= 0; i = slots[i].next)
113
slots[index].next =
buckets
[bucket] - 1;
114
buckets
[bucket] = index + 1;
122
int[] buckets = this.
buckets
;