2 references to MaxArrayLength
System (2)
compmod\system\collections\generic\sortedlist.cs (2)
480if ((uint)newCapacity > MaxArrayLength) newCapacity = MaxArrayLength;