1 write to m_partitions
System.Core (1)
System\Linq\Parallel\Merging\DefaultMergeHelper.cs (1)
55
m_partitions
= partitions;
4 references to m_partitions
System.Core (4)
System\Linq\Parallel\Merging\DefaultMergeHelper.cs (4)
106
SpoolingTask.SpoolPipeline<TInputOutput, TIgnoreKey>(m_taskGroupState,
m_partitions
, m_asyncChannels, m_taskScheduler);
110
SpoolingTask.SpoolStopAndGo<TInputOutput, TIgnoreKey>(m_taskGroupState,
m_partitions
, m_syncChannels, m_taskScheduler);
114
SpoolingTask.SpoolForAll<TInputOutput, TIgnoreKey>(m_taskGroupState,
m_partitions
, m_taskScheduler);
120
Contract.Assert(
m_partitions
.PartitionCount == 1);