1 write to m_leftSource
System.Core (1)
System\Linq\Parallel\QueryOperators\Binary\HashJoinQueryOperatorEnumerator.cs (1)
76m_leftSource = leftSource;
4 references to m_leftSource
System.Core (4)
System\Linq\Parallel\QueryOperators\Binary\HashJoinQueryOperatorEnumerator.cs (4)
99Contract.Assert(m_leftSource != null); 186while (m_leftSource.MoveNext(ref leftPair, ref leftKey)) 264Contract.Assert(m_leftSource != null && m_rightSource != null); 265m_leftSource.Dispose();