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