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)
262
Debug.Assert(_reduceOperator.
_intermediateReduce
!= null, "expected a compiled operator");
304
accumulator = _reduceOperator.
_intermediateReduce
(accumulator, input);