1 write to _intermediateReduce
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\AssociativeAggregationOperator.cs (1)
89_intermediateReduce = intermediateReduce;
2 references to _intermediateReduce
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\AssociativeAggregationOperator.cs (2)
262Debug.Assert(_reduceOperator._intermediateReduce != null, "expected a compiled operator"); 304accumulator = _reduceOperator._intermediateReduce(accumulator, input);