4 writes to _currentElement
System.Linq.Parallel (4)
System\Linq\Parallel\Merging\AsynchronousChannelMergeEnumerator.cs (4)
104if (!_done[index] && _channels[index].TryDequeue(ref _currentElement)) 132if (!isDone && current.TryDequeue(ref _currentElement)) 152bool dequeueResult = current.TryDequeue(ref _currentElement); 197if (!_done[i] && _channels[i].TryDequeue(ref _currentElement, ref channelIsDone))
1 reference to _currentElement
System.Linq.Parallel (1)
System\Linq\Parallel\Merging\AsynchronousChannelMergeEnumerator.cs (1)
76return _currentElement!;