3 writes to m_channelIndex
System.Core (3)
System\Linq\Parallel\Merging\SynchronousChannelMergeEnumerator.cs (3)
48m_channelIndex = -1; 89m_channelIndex = 0; 102m_channelIndex++;
6 references to m_channelIndex
System.Core (6)
System\Linq\Parallel\Merging\SynchronousChannelMergeEnumerator.cs (6)
65if (m_channelIndex == -1 || m_channelIndex == m_channels.Length) 87if (m_channelIndex == -1) 93while (m_channelIndex != m_channels.Length) 95SynchronousChannel<T> current = m_channels[m_channelIndex]; 115Contract.Assert(m_channelIndex == m_channels.Length);