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