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