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