1 write to m_rightSource
System.Core (1)
System\Linq\Parallel\QueryOperators\Binary\HashJoinQueryOperatorEnumerator.cs (1)
77m_rightSource = rightSource;
4 references to m_rightSource
System.Core (4)
System\Linq\Parallel\QueryOperators\Binary\HashJoinQueryOperatorEnumerator.cs (4)
100Contract.Assert(m_rightSource != null); 116while (m_rightSource.MoveNext(ref rightPair, ref rightKeyUnused)) 264Contract.Assert(m_leftSource != null && m_rightSource != null); 266m_rightSource.Dispose();