2 references to ChunkSize
System.Runtime.Serialization.Formatters (2)
System\Runtime\Serialization\Formatters\Binary\BinaryFormatterWriter.cs (2)
240_byteBuffer ??= new byte[ChunkSize]; 244int numArrayItems = Math.Min(ChunkSize / typeLength, array.Length - arrayOffset);