1 write to _chunkBuffer
System.Linq.Parallel (1)
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (1)
573_chunkBuffer = new T[Scheduling.GetDefaultChunkSize<T>()]; // Pre-allocate the array at the maximum size.
2 references to _chunkBuffer
System.Linq.Parallel (2)
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (2)
614Debug.Assert(mutables._chunkBuffer != null); 620T[] chunkBuffer = mutables._chunkBuffer;