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