2 references to IntMinMaxAggregationOperator
System.Linq.Parallel (2)
System\Linq\ParallelEnumerable.cs (2)
2458
return new
IntMinMaxAggregationOperator
(source, -1).Aggregate();
2973
return new
IntMinMaxAggregationOperator
(source, 1).Aggregate();