3 writes to _channelIndex
System.Linq.Parallel (3)
System\Linq\Parallel\Merging\SynchronousChannelMergeEnumerator.cs (3)
42
_channelIndex
= -1;
83
_channelIndex
= 0;
96
_channelIndex
++;
6 references to _channelIndex
System.Linq.Parallel (6)
System\Linq\Parallel\Merging\SynchronousChannelMergeEnumerator.cs (6)
59
if (
_channelIndex
== -1 ||
_channelIndex
== _channels.Length)
81
if (
_channelIndex
== -1)
87
while (
_channelIndex
< _channels.Length)
89
SynchronousChannel<T> current = _channels[
_channelIndex
];
109
Debug.Assert(
_channelIndex
== _channels.Length);