2 instantiations of DoubleMinMaxAggregationOperator
System.Linq.Parallel (2)
System\Linq\ParallelEnumerable.cs (2)
2593return new DoubleMinMaxAggregationOperator(source, -1).Aggregate(); 3108return new DoubleMinMaxAggregationOperator(source, 1).Aggregate();