2 references to MaxLength
Microsoft.CodeAnalysis.Collections.Package (2)
SegmentedList`1.cs (2)
564if ((uint)newCapacity > MaxLength) 565newCapacity = MaxLength;