2 references to ExpandPrime
mscorlib (2)
system\collections\generic\dictionary.cs (1)
440Resize(HashHelpers.ExpandPrime(count), false);
system\collections\hashtable.cs (1)
719int rawsize = HashHelpers.ExpandPrime(buckets.Length);