3 references to ExpandPrime
Microsoft.CodeAnalysis.Collections.Package (3)
SegmentedDictionary`2.cs (1)
642
=> Resize(HashHelpers.
ExpandPrime
(_count));
SegmentedHashSet`1.cs (2)
161
var threshold = HashHelpers.
ExpandPrime
(source.Count + 1);
895
private void Resize() => Resize(HashHelpers.
ExpandPrime
(_count));