2 references to MaxLength
Microsoft.CodeAnalysis.Collections.Package (2)
Segmented\SegmentedList`1.cs (2)
566
if ((uint)newCapacity >
MaxLength
)
567
newCapacity =
MaxLength
;