2 instantiations of DecimalMinMaxAggregationOperator
System.Linq.Parallel (2)
System\Linq\ParallelEnumerable.cs (2)
2641
return new
DecimalMinMaxAggregationOperator
(source, -1).Aggregate();
3156
return new
DecimalMinMaxAggregationOperator
(source, 1).Aggregate();