2 instantiations of LongMinMaxAggregationOperator
System.Core (2)
System\Linq\ParallelEnumerable.cs (2)
2560return new LongMinMaxAggregationOperator(source, -1).Aggregate(); 3064return new LongMinMaxAggregationOperator(source, 1).Aggregate();