1 write to m_finalReduce
System.Core (1)
System\Linq\Parallel\QueryOperators\AssociativeAggregationOperator.cs (1)
97m_finalReduce = finalReduce;
2 references to m_finalReduce
System.Core (2)
System\Linq\Parallel\QueryOperators\AssociativeAggregationOperator.cs (2)
112Contract.Assert(m_finalReduce != null); 134accumulator = m_finalReduce(accumulator, enumerator.Current);