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