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