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