1 write to m_source
System.Core (1)
System\Linq\Parallel\QueryOperators\Inlined\NullableLongSumAggregationOperator.cs (1)
93m_source = source;
3 references to m_source
System.Core (3)
System\Linq\Parallel\QueryOperators\Inlined\NullableLongSumAggregationOperator.cs (3)
106QueryOperatorEnumerator<long?, TKey> source = m_source; 138Contract.Assert(m_source != null); 139m_source.Dispose();