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