2 writes to _fastModMultiplier
Microsoft.CodeAnalysis (2)
src\Dependencies\Collections\SegmentedDictionary`2.cs (2)
498_fastModMultiplier = HashHelpers.GetFastModMultiplier((uint)size); 656_fastModMultiplier = HashHelpers.GetFastModMultiplier((uint)newSize);
1 reference to _fastModMultiplier
Microsoft.CodeAnalysis (1)
src\Dependencies\Collections\SegmentedDictionary`2.cs (1)
1154return ref buckets[(int)HashHelpers.FastMod(hashCode, (uint)buckets.Length, _fastModMultiplier)];