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