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