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