1 write to m_rightSource
System.Core (1)
System\Linq\Parallel\QueryOperators\Binary\IntersectQueryOperator.cs (1)
257m_rightSource = rightSource;
4 references to m_rightSource
System.Core (4)
System\Linq\Parallel\QueryOperators\Binary\IntersectQueryOperator.cs (4)
270Contract.Assert(m_rightSource != null); 304while (m_rightSource.MoveNext(ref rightElement, ref rightKeyUnused)) 331Contract.Assert(m_leftSource != null && m_rightSource != null); 333m_rightSource.Dispose();