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