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