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