1 write to m_source
System.Core (1)
System\Linq\Parallel\QueryOperators\Inlined\NullableFloatSumAggregationOperator.cs (1)
89m_source = source;
3 references to m_source
System.Core (3)
System\Linq\Parallel\QueryOperators\Inlined\NullableFloatSumAggregationOperator.cs (3)
102QueryOperatorEnumerator<float?, TKey> source = m_source; 131Contract.Assert(m_source != null); 132m_source.Dispose();