3 writes to _fastModMultiplier
Microsoft.CodeAnalysis (3)
src\Dependencies\Collections\SegmentedHashSet`1.cs (3)
170_fastModMultiplier = source._fastModMultiplier; 909_fastModMultiplier = HashHelpers.GetFastModMultiplier((uint)newSize); 1006_fastModMultiplier = HashHelpers.GetFastModMultiplier((uint)size);
2 references to _fastModMultiplier
Microsoft.CodeAnalysis (2)
src\Dependencies\Collections\SegmentedHashSet`1.cs (2)
170_fastModMultiplier = source._fastModMultiplier; 286return ref buckets[(int)HashHelpers.FastMod((uint)hashCode, (uint)buckets.Length, _fastModMultiplier)];