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