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