1 write to m_source
System.Core (1)
System\Linq\Parallel\QueryOperators\Inlined\NullableLongMinMaxAggregationOperator.cs (1)
119
m_source
= source;
3 references to m_source
System.Core (3)
System\Linq\Parallel\QueryOperators\Inlined\NullableLongMinMaxAggregationOperator.cs (3)
131
QueryOperatorEnumerator<long?, TKey> source =
m_source
;
180
Contract.Assert(
m_source
!= null);
181
m_source
.Dispose();