1 write to m_source
System.Core (1)
System\Linq\Parallel\QueryOperators\Inlined\NullableDecimalAverageAggregationOperator.cs (1)
100
m_source
= source;
3 references to m_source
System.Core (3)
System\Linq\Parallel\QueryOperators\Inlined\NullableDecimalAverageAggregationOperator.cs (3)
114
QueryOperatorEnumerator<decimal?, TKey> source =
m_source
;
140
Contract.Assert(
m_source
!= null);
141
m_source
.Dispose();