2 references to NullableDecimalMinMaxAggregationOperator
System.Linq.Parallel (2)
System\Linq\ParallelEnumerable.cs (2)
2659return new NullableDecimalMinMaxAggregationOperator(source, -1).Aggregate(); 3174return new NullableDecimalMinMaxAggregationOperator(source, 1).Aggregate();