1 write to _fastModBucketsMultiplier
System.Collections.Concurrent (1)
System\Collections\Concurrent\ConcurrentDictionary.cs (1)
2286
_fastModBucketsMultiplier
= HashHelpers.GetFastModMultiplier((uint)buckets.Length);
2 references to _fastModBucketsMultiplier
System.Collections.Concurrent (2)
System\Collections\Concurrent\ConcurrentDictionary.cs (2)
2234
return buckets[HashHelpers.FastMod((uint)hashcode, (uint)buckets.Length, tables.
_fastModBucketsMultiplier
)]._node;
2251
bucketNo = HashHelpers.FastMod((uint)hashcode, (uint)buckets.Length, tables.
_fastModBucketsMultiplier
);