1 write to _leftSource
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Binary\HashJoinQueryOperatorEnumerator.cs (1)
74
_leftSource
= leftSource;
4 references to _leftSource
System.Linq.Parallel (4)
System\Linq\Parallel\QueryOperators\Binary\HashJoinQueryOperatorEnumerator.cs (4)
96
Debug.Assert(
_leftSource
!= null);
120
while (
_leftSource
.MoveNext(ref leftPair, ref leftKey))
179
Debug.Assert(
_leftSource
!= null && _rightLookupBuilder != null);
180
_leftSource
.Dispose();