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