4 references to AssociativeAggregationOperator
System.Linq.Parallel (4)
System\Linq\Parallel\Enumerables\AggregationMinMaxHelpers.cs (1)
33new AssociativeAggregationOperator<T, Pair<bool, T>, T>(source, new Pair<bool, T>(false, default!), null,
System\Linq\ParallelEnumerable.cs (3)
1528AssociativeAggregationOperator<T, T, T> op = new AssociativeAggregationOperator<T, T, T>( 1764return new AssociativeAggregationOperator<TSource, TAccumulate, TResult>( 1821return new AssociativeAggregationOperator<TSource, TAccumulate, TResult>(