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