1 write to m_source
System.Core (1)
System\Linq\Parallel\QueryOperators\Inlined\DecimalSumAggregationOperator.cs (1)
92m_source = source;
3 references to m_source
System.Core (3)
System\Linq\Parallel\QueryOperators\Inlined\DecimalSumAggregationOperator.cs (3)
105QueryOperatorEnumerator<decimal, TKey> source = m_source; 134Contract.Assert(m_source != null); 135m_source.Dispose();