1 write to _channels
System.Linq.Parallel (1)
System\Linq\Parallel\Merging\SynchronousChannelMergeEnumerator.cs (1)
41
_channels
= channels;
5 references to _channels
System.Linq.Parallel (5)
System\Linq\Parallel\Merging\SynchronousChannelMergeEnumerator.cs (5)
59
if (_channelIndex == -1 || _channelIndex ==
_channels
.Length)
78
Debug.Assert(
_channels
!= null);
87
while (_channelIndex <
_channels
.Length)
89
SynchronousChannel<T> current =
_channels
[_channelIndex];
109
Debug.Assert(_channelIndex ==
_channels
.Length);