2 instantiations of DecimalMinMaxAggregationOperator
System.Core (2)
System\Linq\ParallelEnumerable.cs (2)
2689
return new
DecimalMinMaxAggregationOperator
(source, -1).Aggregate();
3193
return new
DecimalMinMaxAggregationOperator
(source, 1).Aggregate();