3 writes to _fastModMultiplier
Microsoft.CodeAnalysis.Collections.Package (3)
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.Collections.Package (2)
SegmentedHashSet`1.cs (2)
170
_fastModMultiplier = source.
_fastModMultiplier
;
286
return ref buckets[(int)HashHelpers.FastMod((uint)hashCode, (uint)buckets.Length,
_fastModMultiplier
)];