2 references to NullableLongMinMaxAggregationOperator
System.Linq.Parallel (2)
System\Linq\ParallelEnumerable.cs (2)
2524
return new
NullableLongMinMaxAggregationOperator
(source, -1).Aggregate();
3039
return new
NullableLongMinMaxAggregationOperator
(source, 1).Aggregate();