2 writes to buckets
System.Linq.Parallel (2)
System\Linq\Parallel\Utils\HashLookup.cs (2)
36
buckets
= new int[7];
126
buckets
= newBuckets;
5 references to buckets
System.Linq.Parallel (5)
System\Linq\Parallel\Utils\HashLookup.cs (5)
79
for (int i =
buckets
[(uint)hashCode %
buckets
.Length] - 1; i >= 0; i = slots[i].next)
103
int bucket = hashCode %
buckets
.Length;
107
slots[index].next =
buckets
[bucket] - 1;
108
buckets
[bucket] = index + 1;