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