3 references to PerformSequentialAggregation
System.Linq.Parallel (3)
System\Linq\ParallelEnumerable.cs (3)
1629
return source.
PerformSequentialAggregation
(default!, false, func);
1673
return source.
PerformSequentialAggregation
(seed, true, func);
1707
TAccumulate acc = source.
PerformSequentialAggregation
(seed, true, func);