1 write to m_channels
System.Core (1)
System\Linq\Parallel\Merging\SynchronousChannelMergeEnumerator.cs (1)
47m_channels = channels;
5 references to m_channels
System.Core (5)
System\Linq\Parallel\Merging\SynchronousChannelMergeEnumerator.cs (5)
65if (m_channelIndex == -1 || m_channelIndex == m_channels.Length) 84Contract.Assert(m_channels != null); 93while (m_channelIndex != m_channels.Length) 95SynchronousChannel<T> current = m_channels[m_channelIndex]; 115Contract.Assert(m_channelIndex == m_channels.Length);