1 write to m_source
System.Core (1)
System\Linq\Parallel\QueryOperators\AssociativeAggregationOperator.cs (1)
261m_source = source;
4 references to m_source
System.Core (4)
System\Linq\Parallel\QueryOperators\AssociativeAggregationOperator.cs (4)
306if (!m_source.MoveNext(ref acc, ref accKeyUnused)) return false; 315while (m_source.MoveNext(ref input, ref keyUnused)) 335Contract.Assert(m_source != null); 336m_source.Dispose();