4 instantiations of AssociativeAggregationOperator
System.Linq.Parallel (4)
System\Linq\Parallel\Enumerables\AggregationMinMaxHelpers.cs (1)
33
new
AssociativeAggregationOperator
<T, Pair<bool, T>, T>(source, new Pair<bool, T>(false, default!), null,
System\Linq\ParallelEnumerable.cs (3)
1528
AssociativeAggregationOperator<T, T, T> op = new
AssociativeAggregationOperator
<T, T, T>(
1764
return new
AssociativeAggregationOperator
<TSource, TAccumulate, TResult>(
1821
return new
AssociativeAggregationOperator
<TSource, TAccumulate, TResult>(
4 references to AssociativeAggregationOperator
System.Linq.Parallel (4)
System\Linq\Parallel\Enumerables\AggregationMinMaxHelpers.cs (1)
32
AssociativeAggregationOperator
<T, Pair<bool, T>, T> aggregation =
System\Linq\Parallel\QueryOperators\AssociativeAggregationOperator.cs (2)
228
private readonly
AssociativeAggregationOperator
<TInput, TIntermediate, TOutput> _reduceOperator; // The operator.
239
AssociativeAggregationOperator
<TInput, TIntermediate, TOutput> reduceOperator, int partitionIndex,
System\Linq\ParallelEnumerable.cs (1)
1528
AssociativeAggregationOperator
<T, T, T> op = new AssociativeAggregationOperator<T, T, T>(