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