3 writes to _fastModMultiplier
Microsoft.CodeAnalysis.Threading.Package (3)
src\Dependencies\Collections\Segmented\SegmentedHashSet`1.cs (3)
172_fastModMultiplier = source._fastModMultiplier; 911_fastModMultiplier = HashHelpers.GetFastModMultiplier((uint)newSize); 1008_fastModMultiplier = HashHelpers.GetFastModMultiplier((uint)size);
2 references to _fastModMultiplier
Microsoft.CodeAnalysis.Threading.Package (2)
src\Dependencies\Collections\Segmented\SegmentedHashSet`1.cs (2)
172_fastModMultiplier = source._fastModMultiplier; 288return ref buckets[(int)HashHelpers.FastMod((uint)hashCode, (uint)buckets.Length, _fastModMultiplier)];