3 references to PerformSequentialAggregation
System.Core (3)
System\Linq\ParallelEnumerable.cs (3)
1691
return source.
PerformSequentialAggregation
(default(TSource), false, func);
1734
return source.
PerformSequentialAggregation
(seed, true, func);
1768
TAccumulate acc = source.
PerformSequentialAggregation
(seed, true, func);