1 write to m_source
System.Core (1)
System\Linq\Parallel\QueryOperators\Inlined\NullableDoubleSumAggregationOperator.cs (1)
89m_source = source;
3 references to m_source
System.Core (3)
System\Linq\Parallel\QueryOperators\Inlined\NullableDoubleSumAggregationOperator.cs (3)
102QueryOperatorEnumerator<double?, TKey> source = m_source; 132Contract.Assert(m_source != null); 133m_source.Dispose();