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