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