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)
96Debug.Assert(_leftSource != null); 120while (_leftSource.MoveNext(ref leftPair, ref leftKey)) 179Debug.Assert(_leftSource != null && _rightLookupBuilder != null); 180_leftSource.Dispose();