1 reference to MaxChunkSize
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (1)
2562
int newBlockLength = Math.Max(minBlockCharCount, Math.Min(Length,
MaxChunkSize
));