2 instantiations of LongMinMaxAggregationOperator
System.Linq.Parallel (2)
System\Linq\ParallelEnumerable.cs (2)
2503return new LongMinMaxAggregationOperator(source, -1).Aggregate(); 3018return new LongMinMaxAggregationOperator(source, 1).Aggregate();