2 references to MaxLength
Microsoft.Build (2)
SegmentedList`1.cs (2)
566if ((uint)newCapacity > MaxLength) 567newCapacity = MaxLength;