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