1 write to m_source
System.Core (1)
System\Linq\Parallel\QueryOperators\Inlined\LongMinMaxAggregationOperator.cs (1)
123m_source = source;
3 references to m_source
System.Core (3)
System\Linq\Parallel\QueryOperators\Inlined\LongMinMaxAggregationOperator.cs (3)
135QueryOperatorEnumerator<long, TKey> source = m_source; 184Contract.Assert(m_source != null); 185m_source.Dispose();