1 write to m_rightSource
System.Core (1)
System\Linq\Parallel\QueryOperators\Binary\ExceptQueryOperator.cs (1)
253m_rightSource = rightSource;
4 references to m_rightSource
System.Core (4)
System\Linq\Parallel\QueryOperators\Binary\ExceptQueryOperator.cs (4)
266Contract.Assert(m_rightSource != null); 276while (m_rightSource.MoveNext(ref rightElement, ref rightKeyUnused)) 327Contract.Assert(m_leftSource != null && m_rightSource != null); 329m_rightSource.Dispose();