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