1 write to _asyncChannels
System.Linq.Parallel (1)
System\Linq\Parallel\Merging\DefaultMergeHelper.cs (1)
68_asyncChannels =
5 references to _asyncChannels
System.Linq.Parallel (5)
System\Linq\Parallel\Merging\DefaultMergeHelper.cs (5)
70_channelEnumerator = new AsynchronousChannelMergeEnumerator<TInputOutput>(_taskGroupState, _asyncChannels, consumerEvent); 86Debug.Assert(_asyncChannels == null || _asyncChannels.Length == partitions.PartitionCount); 101if (_asyncChannels != null) 104SpoolingTask.SpoolPipeline<TInputOutput, TIgnoreKey>(_taskGroupState, _partitions, _asyncChannels, _taskScheduler);