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