7 references to HashHelpers
Microsoft.Build.Framework (7)
SegmentedDictionary`2.cs (7)
455var size = HashHelpers.GetPrime(capacity); 461_fastModMultiplier = HashHelpers.GetFastModMultiplier((uint)size); 646=> Resize(HashHelpers.ExpandPrime(_count)); 660_fastModMultiplier = HashHelpers.GetFastModMultiplier((uint)newSize); 940var newSize = HashHelpers.GetPrime(capacity); 974var newSize = HashHelpers.GetPrime(capacity); 1120return ref buckets[(int)HashHelpers.FastMod(hashCode, (uint)buckets.Length, _fastModMultiplier)];