2 writes to _fastModMultiplier
Microsoft.Build.Framework (2)
SegmentedDictionary`2.cs (2)
461
_fastModMultiplier
= HashHelpers.GetFastModMultiplier((uint)size);
660
_fastModMultiplier
= HashHelpers.GetFastModMultiplier((uint)newSize);
1 reference to _fastModMultiplier
Microsoft.Build.Framework (1)
SegmentedDictionary`2.cs (1)
1120
return ref buckets[(int)HashHelpers.FastMod(hashCode, (uint)buckets.Length,
_fastModMultiplier
)];