1 write to m_intermediateReduce
System.Core (1)
System\Linq\Parallel\QueryOperators\AssociativeAggregationOperator.cs (1)
96m_intermediateReduce = intermediateReduce;
2 references to m_intermediateReduce
System.Core (2)
System\Linq\Parallel\QueryOperators\AssociativeAggregationOperator.cs (2)
278Contract.Assert(m_reduceOperator.m_intermediateReduce != null, "expected a compiled operator"); 320accumulator = m_reduceOperator.m_intermediateReduce(accumulator, input);