2 references to GetDefaultChunkSize
System.Collections.Concurrent (2)
System\Collections\Concurrent\PartitionerStatic.cs (2)
311
protected static readonly int s_defaultMaxChunkSize =
GetDefaultChunkSize
<TSource>();
584
_fillBuffer = new KeyValuePair<long, TSource>[fillBufferMultiplier * Partitioner.
GetDefaultChunkSize
<TSource>()];