2 references to NullableIntMinMaxAggregationOperator
System.Core (2)
System\Linq\ParallelEnumerable.cs (2)
2537
return new
NullableIntMinMaxAggregationOperator
(source, -1).Aggregate();
3041
return new
NullableIntMinMaxAggregationOperator
(source, 1).Aggregate();