System\Linq\Parallel\Enumerables\AggregationMinMaxHelpers.cs (3)
33new AssociativeAggregationOperator<T, Pair<bool, T>, T>(source, new Pair<bool, T>(false, default!), null,
77return new Pair<bool, T>(true, element);
102return new Pair<bool, T>(true, element.Second);