3 references to ExpandPrime
Microsoft.CodeAnalysis (3)
SegmentedDictionary`2.cs (1)
646
=> Resize(HashHelpers.
ExpandPrime
(_count));
SegmentedHashSet`1.cs (2)
146
var threshold = HashHelpers.
ExpandPrime
(source.Count + 1);
877
private void Resize() => Resize(HashHelpers.
ExpandPrime
(_count));