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