1 write to _source
System.Linq.Parallel (1)
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (1)
599
_source
= source;
4 references to _source
System.Linq.Parallel (4)
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (4)
624
Debug.Assert(
_source
!= null);
653
for (; i < mutables._nextChunkMaxSize &&
_source
.MoveNext(); i++)
656
chunkBuffer[i] =
_source
.Current;
705
_source
.Dispose();