2 writes to buckets
System.Linq.Parallel (2)
System\Linq\Parallel\Utils\HashLookup.cs (2)
37
buckets
= new int[7];
136
buckets
= newBuckets;
5 references to buckets
System.Linq.Parallel (5)
System\Linq\Parallel\Utils\HashLookup.cs (5)
81
for (int i =
buckets
[(uint)hashCode %
buckets
.Length] - 1; i >= 0; i = slots[i].next)
113
int bucket = hashCode %
buckets
.Length;
117
slots[index].next =
buckets
[bucket] - 1;
118
buckets
[bucket] = index + 1;