2 references to NullableIntMinMaxAggregationOperator
System.Linq.Parallel (2)
System\Linq\ParallelEnumerable.cs (2)
2479
return new
NullableIntMinMaxAggregationOperator
(source, -1).Aggregate();
2994
return new
NullableIntMinMaxAggregationOperator
(source, 1).Aggregate();