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