2 instantiations of NullableLongMinMaxAggregationOperator
System.Core (2)
System\Linq\ParallelEnumerable.cs (2)
2580
return new
NullableLongMinMaxAggregationOperator
(source, -1).Aggregate();
3084
return new
NullableLongMinMaxAggregationOperator
(source, 1).Aggregate();