1 write to m_source
System.Core (1)
System\Linq\Parallel\QueryOperators\Inlined\NullableIntMinMaxAggregationOperator.cs (1)
118m_source = source;
3 references to m_source
System.Core (3)
System\Linq\Parallel\QueryOperators\Inlined\NullableIntMinMaxAggregationOperator.cs (3)
130QueryOperatorEnumerator<int?, TKey> source = m_source; 178Contract.Assert(m_source != null); 179m_source.Dispose();