1 reference to MaxChunkSize
mscorlib (1)
system\text\stringbuilder.cs (1)
1977
int newBlockLength = Math.Max(minBlockCharCount, Math.Min(Length,
MaxChunkSize
));