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