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