3 writes to _channelEnumerator
System.Linq.Parallel (3)
System\Linq\Parallel\Merging\DefaultMergeHelper.cs (3)
70
_channelEnumerator
= new AsynchronousChannelMergeEnumerator<TInputOutput>(_taskGroupState, _asyncChannels, consumerEvent);
76
_channelEnumerator
= ExceptionAggregator.WrapQueryEnumerator(partitions[0], _taskGroupState.CancellationState).GetEnumerator();
83
_channelEnumerator
= new SynchronousChannelMergeEnumerator<TInputOutput>(_taskGroupState, _syncChannels);
3 references to _channelEnumerator
System.Linq.Parallel (3)
System\Linq\Parallel\Merging\DefaultMergeHelper.cs (3)
88
Debug.Assert(
_channelEnumerator
!= null, "enumerator can't be null if we're not ignoring output");
128
Debug.Assert(_ignoreOutput ||
_channelEnumerator
!= null);
129
return
_channelEnumerator
!;