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