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