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