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)
59if (_channelIndex == -1 || _channelIndex == _channels.Length) 81if (_channelIndex == -1) 87while (_channelIndex < _channels.Length) 89SynchronousChannel<T> current = _channels[_channelIndex]; 109Debug.Assert(_channelIndex == _channels.Length);