2 writes to m_rightSource
System.Core (2)
System\Linq\Parallel\QueryOperators\Binary\UnionQueryOperator.cs (2)
212m_rightSource = rightSource; 285m_rightSource = null;
5 references to m_rightSource
System.Core (5)
System\Linq\Parallel\QueryOperators\Binary\UnionQueryOperator.cs (5)
262if (m_rightSource != null) 268while (m_rightSource.MoveNext(ref currentRightElement, ref keyUnused)) 284m_rightSource.Dispose(); 297if (m_rightSource != null) 299m_rightSource.Dispose();