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