1 write to m_firstSource
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\ConcatQueryOperator.cs (1)
180m_firstSource = firstSource;
3 references to m_firstSource
System.Core (3)
System\Linq\Parallel\QueryOperators\Unary\ConcatQueryOperator.cs (3)
194Contract.Assert(m_firstSource != null); 202if (m_firstSource.MoveNext(ref currentElement, ref leftKey)) 223m_firstSource.Dispose();