2 references to FastMod
Microsoft.Build (2)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedDictionary`2.cs (1)
1156
return ref buckets[(int)HashHelpers.
FastMod
(hashCode, (uint)buckets.Length, _fastModMultiplier)];
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedHashSet`1.cs (1)
288
return ref buckets[(int)HashHelpers.
FastMod
((uint)hashCode, (uint)buckets.Length, _fastModMultiplier)];