2 references to GetDefaultChunkSize
mscorlib (2)
system\collections\concurrent\PartitionerStatic.cs (2)
332
protected static int s_defaultMaxChunkSize =
GetDefaultChunkSize
<TSource>();
607
m_FillBuffer = new KeyValuePair<long, TSource>[fillBufferMultiplier * Partitioner.
GetDefaultChunkSize
<TSource>()];