2 references to GetPrime
Mono.Cecil.Pdb (2)
Microsoft.Cci.Pdb\IntHashTable.cs (2)
202
int hashsize =
GetPrime
((int)(capacity / this.loadFactorPerc));
327
rehash(
GetPrime
(1+buckets.Length*2));