1 write to m_source
System.Core (1)
System\Linq\Parallel\QueryOperators\Inlined\DoubleSumAggregationOperator.cs (1)
94m_source = source;
3 references to m_source
System.Core (3)
System\Linq\Parallel\QueryOperators\Inlined\DoubleSumAggregationOperator.cs (3)
107QueryOperatorEnumerator<double, TKey> source = m_source; 135Contract.Assert(m_source != null); 136m_source.Dispose();