1 write to m_source
System.Core (1)
System\Linq\Parallel\QueryOperators\Inlined\DoubleMinMaxAggregationOperator.cs (1)
128m_source = source;
3 references to m_source
System.Core (3)
System\Linq\Parallel\QueryOperators\Inlined\DoubleMinMaxAggregationOperator.cs (3)
140QueryOperatorEnumerator<double, TKey> source = m_source; 189Contract.Assert(m_source != null); 190m_source.Dispose();