3 writes to _fastModMultiplier
Microsoft.CodeAnalysis (3)
SegmentedHashSet`1.cs (3)
155_fastModMultiplier = source._fastModMultiplier; 891_fastModMultiplier = HashHelpers.GetFastModMultiplier((uint)newSize); 966_fastModMultiplier = HashHelpers.GetFastModMultiplier((uint)size);
2 references to _fastModMultiplier
Microsoft.CodeAnalysis (2)
SegmentedHashSet`1.cs (2)
155_fastModMultiplier = source._fastModMultiplier; 294return ref buckets[(int)HashHelpers.FastMod((uint)hashCode, (uint)buckets.Length, _fastModMultiplier)];