2 references to NullableDecimalMinMaxAggregationOperator
System.Core (2)
System\Linq\ParallelEnumerable.cs (2)
2709return new NullableDecimalMinMaxAggregationOperator(source, -1).Aggregate(); 3213return new NullableDecimalMinMaxAggregationOperator(source, 1).Aggregate();