2 references to IntMinMaxAggregationOperator
System.Core (2)
System\Linq\ParallelEnumerable.cs (2)
2517return new IntMinMaxAggregationOperator(source, -1).Aggregate(); 3021return new IntMinMaxAggregationOperator(source, 1).Aggregate();