2 instantiations of NullableDecimalMinMaxAggregationOperator
System.Linq.Parallel (2)
System\Linq\ParallelEnumerable.cs (2)
2662return new NullableDecimalMinMaxAggregationOperator(source, -1).Aggregate(); 3177return new NullableDecimalMinMaxAggregationOperator(source, 1).Aggregate();