4 references to 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>(