2 references to FastMod
Microsoft.Build (2)
SegmentedDictionary`2.cs (1)
1156return ref buckets[(int)HashHelpers.FastMod(hashCode, (uint)buckets.Length, _fastModMultiplier)];
SegmentedHashSet`1.cs (1)
288return ref buckets[(int)HashHelpers.FastMod((uint)hashCode, (uint)buckets.Length, _fastModMultiplier)];