1 write to m_syncChannels
System.Core (1)
System\Linq\Parallel\Merging\DefaultMergeHelper.cs (1)
84m_syncChannels =
11 references to m_syncChannels
System.Core (11)
System\Linq\Parallel\Merging\DefaultMergeHelper.cs (11)
86m_channelEnumerator = new SynchronousChannelMergeEnumerator<TInputOutput>(m_taskGroupState, m_syncChannels); 90Contract.Assert(m_syncChannels == null || m_syncChannels.Length == partitions.PartitionCount); 108else if (m_syncChannels != null) 110SpoolingTask.SpoolStopAndGo<TInputOutput, TIgnoreKey>(m_taskGroupState, m_partitions, m_syncChannels, m_taskScheduler); 145if (m_syncChannels != null) 149for (int i = 0; i < m_syncChannels.Length; i++) 151totalSize += m_syncChannels[i].Count; 157for (int i = 0; i < m_syncChannels.Length; i++) 159m_syncChannels[i].CopyTo(array, current); 160current += m_syncChannels[i].Count;