2 instantiations of DoubleMinMaxAggregationOperator
System.Linq.Parallel (2)
System\Linq\ParallelEnumerable.cs (2)
2596
return new
DoubleMinMaxAggregationOperator
(source, -1).Aggregate();
3111
return new
DoubleMinMaxAggregationOperator
(source, 1).Aggregate();