5 references to GetFastModMultiplier
Microsoft.Build (5)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Internal\HashHelpers.cs (1)
103
/// <summary>Performs a mod operation using the multiplier pre-computed with <see cref="
GetFastModMultiplier
"/>.</summary>
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedDictionary`2.cs (2)
500
_fastModMultiplier = HashHelpers.
GetFastModMultiplier
((uint)size);
658
_fastModMultiplier = HashHelpers.
GetFastModMultiplier
((uint)newSize);
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedHashSet`1.cs (2)
911
_fastModMultiplier = HashHelpers.
GetFastModMultiplier
((uint)newSize);
1008
_fastModMultiplier = HashHelpers.
GetFastModMultiplier
((uint)size);