2 instantiations of NullableDoubleMinMaxAggregationOperator
System.Linq.Parallel (2)
System\Linq\ParallelEnumerable.cs (2)
2617return new NullableDoubleMinMaxAggregationOperator(source, -1).Aggregate(); 3132return new NullableDoubleMinMaxAggregationOperator(source, 1).Aggregate();