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