2 writes to fastModMultiplier
System.Linq.Parallel (2)
System\Linq\Parallel\Utils\HashLookup.cs (2)
42
fastModMultiplier
= HashHelpers.GetFastModMultiplier((uint)buckets.Length);
138
fastModMultiplier
= HashHelpers.GetFastModMultiplier((uint)newSize);
1 reference to fastModMultiplier
System.Linq.Parallel (1)
System\Linq\Parallel\Utils\HashLookup.cs (1)
124
? HashHelpers.FastMod((uint)hashCode, (uint)buckets.Length,
fastModMultiplier
)