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