1 write to m_source
System.Core (1)
System\Linq\Parallel\QueryOperators\Inlined\NullableLongAverageAggregationOperator.cs (1)
101m_source = source;
3 references to m_source
System.Core (3)
System\Linq\Parallel\QueryOperators\Inlined\NullableLongAverageAggregationOperator.cs (3)
115QueryOperatorEnumerator<long?, TKey> source = m_source; 141Contract.Assert(m_source != null); 142m_source.Dispose();