2 references to MaxArrayLength
Microsoft.CodeAnalysis (2)
SegmentedList`1.cs (2)
432
if ((uint)newCapacity >
MaxArrayLength
)
433
newCapacity =
MaxArrayLength
;