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