1 write to m_source
System.Core (1)
System\Linq\Parallel\QueryOperators\Inlined\IntMinMaxAggregationOperator.cs (1)
122
m_source
= source;
3 references to m_source
System.Core (3)
System\Linq\Parallel\QueryOperators\Inlined\IntMinMaxAggregationOperator.cs (3)
134
QueryOperatorEnumerator<int, TKey> source =
m_source
;
183
Contract.Assert(
m_source
!= null);
184
m_source
.Dispose();