1 write to m_rightSource
System.Core (1)
System\Linq\Parallel\QueryOperators\Binary\UnionQueryOperator.cs (1)
329m_rightSource = rightSource;
4 references to m_rightSource
System.Core (4)
System\Linq\Parallel\QueryOperators\Binary\UnionQueryOperator.cs (4)
351Contract.Assert(m_rightSource != null); 380while (m_rightSource.MoveNext(ref elem, ref rightKey)) 412Contract.Assert(m_leftSource != null && m_rightSource != null); 414m_rightSource.Dispose();