2 references to DoubleMinMaxAggregationOperator
System.Core (2)
System\Linq\ParallelEnumerable.cs (2)
2646
return new
DoubleMinMaxAggregationOperator
(source, -1).Aggregate();
3150
return new
DoubleMinMaxAggregationOperator
(source, 1).Aggregate();