2 references to LongMinMaxAggregationOperator
System.Linq.Parallel (2)
System\Linq\ParallelEnumerable.cs (2)
2506return new LongMinMaxAggregationOperator(source, -1).Aggregate(); 3021return new LongMinMaxAggregationOperator(source, 1).Aggregate();