2 writes to _fastModMultiplier
Microsoft.CodeAnalysis.Collections.Package (2)
Segmented\SegmentedDictionary`2.cs (2)
500
_fastModMultiplier
= HashHelpers.GetFastModMultiplier((uint)size);
658
_fastModMultiplier
= HashHelpers.GetFastModMultiplier((uint)newSize);
1 reference to _fastModMultiplier
Microsoft.CodeAnalysis.Collections.Package (1)
Segmented\SegmentedDictionary`2.cs (1)
1156
return ref buckets[(int)HashHelpers.FastMod(hashCode, (uint)buckets.Length,
_fastModMultiplier
)];