5 references to MaxPrimeArrayLength
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Collections\HashHelpers.cs (5)
82if ((uint)newSize > MaxPrimeArrayLength && MaxPrimeArrayLength > oldSize) 84Debug.Assert(MaxPrimeArrayLength == GetPrime(MaxPrimeArrayLength), "Invalid MaxPrimeArrayLength"); 85return MaxPrimeArrayLength;