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