2 instantiations of NullableLongMinMaxAggregationOperator
System.Linq.Parallel (2)
System\Linq\ParallelEnumerable.cs (2)
2527
return new
NullableLongMinMaxAggregationOperator
(source, -1).Aggregate();
3042
return new
NullableLongMinMaxAggregationOperator
(source, 1).Aggregate();