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