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