1 write to m_leftSource
System.Core (1)
System\Linq\Parallel\QueryOperators\Binary\UnionQueryOperator.cs (1)
328
m_leftSource
= leftSource;
4 references to m_leftSource
System.Core (4)
System\Linq\Parallel\QueryOperators\Binary\UnionQueryOperator.cs (4)
350
Contract.Assert(
m_leftSource
!= null);
363
while (
m_leftSource
.MoveNext(ref elem, ref leftKey))
412
Contract.Assert(
m_leftSource
!= null && m_rightSource != null);
413
m_leftSource
.Dispose();