2 writes to fastModMultiplier
System.Linq.Parallel (2)
System\Linq\Parallel\Utils\HashLookup.cs (2)
42fastModMultiplier = HashHelpers.GetFastModMultiplier((uint)buckets.Length); 138fastModMultiplier = 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)