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