2 instantiations of DoubleMinMaxAggregationOperator
System.Core (2)
System\Linq\ParallelEnumerable.cs (2)
2646return new DoubleMinMaxAggregationOperator(source, -1).Aggregate(); 3150return new DoubleMinMaxAggregationOperator(source, 1).Aggregate();