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