1 write to m_secondSource
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\ConcatQueryOperator.cs (1)
181m_secondSource = secondSource;
3 references to m_secondSource
System.Core (3)
System\Linq\Parallel\QueryOperators\Unary\ConcatQueryOperator.cs (3)
195Contract.Assert(m_secondSource != null); 212if (m_secondSource.MoveNext(ref currentElement, ref rightKey)) 224m_secondSource.Dispose();