2 writes to _fastModMultiplier
Microsoft.Build (2)
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);
1 reference to _fastModMultiplier
Microsoft.Build (1)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedDictionary`2.cs (1)
1156return ref buckets[(int)HashHelpers.FastMod(hashCode, (uint)buckets.Length, _fastModMultiplier)];