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