3 references to ExpandPrime
Microsoft.Build (3)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedDictionary`2.cs (1)
644=> Resize(HashHelpers.ExpandPrime(_count));
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedHashSet`1.cs (2)
163var threshold = HashHelpers.ExpandPrime(source.Count + 1); 897private void Resize() => Resize(HashHelpers.ExpandPrime(_count));