2 references to ExpandPrime
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\HashSet.cs (1)
159int threshold = HashHelpers.ExpandPrime(source.Count + 1);
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (1)
694int rawsize = HashHelpers.ExpandPrime(_buckets.Length);