1 write to _syncChannels
System.Linq.Parallel (1)
System\Linq\Parallel\Merging\DefaultMergeHelper.cs (1)
81
_syncChannels
=
11 references to _syncChannels
System.Linq.Parallel (11)
System\Linq\Parallel\Merging\DefaultMergeHelper.cs (11)
83
_channelEnumerator = new SynchronousChannelMergeEnumerator<TInputOutput>(_taskGroupState,
_syncChannels
);
87
Debug.Assert(
_syncChannels
== null ||
_syncChannels
.Length == partitions.PartitionCount);
106
else if (
_syncChannels
!= null)
108
SpoolingTask.SpoolStopAndGo<TInputOutput, TIgnoreKey>(_taskGroupState, _partitions,
_syncChannels
, _taskScheduler);
142
if (
_syncChannels
!= null)
146
for (int i = 0; i <
_syncChannels
.Length; i++)
148
totalSize +=
_syncChannels
[i].Count;
154
for (int i = 0; i <
_syncChannels
.Length; i++)
156
_syncChannels
[i].CopyTo(array, current);
157
current +=
_syncChannels
[i].Count;