3 references to ExpandPrime
Microsoft.Build (3)
SegmentedDictionary`2.cs (1)
644
=> Resize(HashHelpers.
ExpandPrime
(_count));
SegmentedHashSet`1.cs (2)
163
var threshold = HashHelpers.
ExpandPrime
(source.Count + 1);
897
private void Resize() => Resize(HashHelpers.
ExpandPrime
(_count));