3 references to GetDefaultChunkSize
System.Core (3)
System\Linq\Parallel\Channels\AsynchronousChannel.cs (1)
116
if (chunkSize == 0) chunkSize = Scheduling.
GetDefaultChunkSize
<T>();
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (2)
104
maxChunkSize = Scheduling.
GetDefaultChunkSize
<T>();
594
m_chunkBuffer = new T[Scheduling.
GetDefaultChunkSize
<T>()]; // Pre-allocate the array at the maximum size.