1 write to m_rightSource
System.Core (1)
System\Linq\Parallel\QueryOperators\Binary\IntersectQueryOperator.cs (1)
153m_rightSource = rightSource;
4 references to m_rightSource
System.Core (4)
System\Linq\Parallel\QueryOperators\Binary\IntersectQueryOperator.cs (4)
165Contract.Assert(m_rightSource != null); 178while (m_rightSource.MoveNext(ref rightElement, ref rightKeyUnused)) 215Contract.Assert(m_leftSource != null && m_rightSource != null); 217m_rightSource.Dispose();