1 write to m_source
System.Core (1)
System\Linq\Parallel\QueryOperators\Inlined\FloatSumAggregationOperator.cs (1)
96
m_source
= source;
3 references to m_source
System.Core (3)
System\Linq\Parallel\QueryOperators\Inlined\FloatSumAggregationOperator.cs (3)
109
QueryOperatorEnumerator<float, TKey> source =
m_source
;
138
Contract.Assert(
m_source
!= null);
139
m_source
.Dispose();