4 instantiations of AssociativeAggregationOperator
System.Core (4)
System\Linq\Parallel\Enumerables\AggregationMinMaxHelpers.cs (1)
37
new
AssociativeAggregationOperator
<T, Pair<bool, T>, T>(source, new Pair<bool, T>(false, default(T)), null,
System\Linq\ParallelEnumerable.cs (3)
1585
AssociativeAggregationOperator<T, T, T> op = new
AssociativeAggregationOperator
<T, T, T>(
1830
return new
AssociativeAggregationOperator
<TSource, TAccumulate, TResult>(
1887
return new
AssociativeAggregationOperator
<TSource, TAccumulate, TResult>(
4 references to AssociativeAggregationOperator
System.Core (4)
System\Linq\Parallel\Enumerables\AggregationMinMaxHelpers.cs (1)
36
AssociativeAggregationOperator
<T, Pair<bool, T>, T> aggregation =
System\Linq\Parallel\QueryOperators\AssociativeAggregationOperator.cs (2)
244
private readonly
AssociativeAggregationOperator
<TInput, TIntermediate, TOutput> m_reduceOperator; // The operator.
255
AssociativeAggregationOperator
<TInput, TIntermediate, TOutput> reduceOperator, int partitionIndex,
System\Linq\ParallelEnumerable.cs (1)
1585
AssociativeAggregationOperator
<T, T, T> op = new AssociativeAggregationOperator<T, T, T>(