2 references to LongMinMaxAggregationOperator
System.Linq.Parallel (2)
System\Linq\ParallelEnumerable.cs (2)
2506
return new
LongMinMaxAggregationOperator
(source, -1).Aggregate();
3021
return new
LongMinMaxAggregationOperator
(source, 1).Aggregate();