1 write to m_rightSource
System.Core (1)
System\Linq\Parallel\QueryOperators\Binary\ExceptQueryOperator.cs (1)
164m_rightSource = rightSource;
4 references to m_rightSource
System.Core (4)
System\Linq\Parallel\QueryOperators\Binary\ExceptQueryOperator.cs (4)
176Contract.Assert(m_rightSource != null); 190while (m_rightSource.MoveNext(ref rightElement, ref rightKeyUnused)) 224Contract.Assert(m_leftSource != null && m_rightSource != null); 226m_rightSource.Dispose();