2 references to chunkSize
mscorlib (2)
system\runtime\serialization\formatters\binary\binaryformatterwriter.cs (2)
403
byteBuffer = new byte[
chunkSize
];
407
int numArrayItems = Math.Min(
chunkSize
/typeLength, array.Length-arrayOffset);