1 write to _rightLookupBuilder
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Binary\HashJoinQueryOperatorEnumerator.cs (1)
75_rightLookupBuilder = rightLookupBuilder;
4 references to _rightLookupBuilder
System.Linq.Parallel (4)
System\Linq\Parallel\QueryOperators\Binary\HashJoinQueryOperatorEnumerator.cs (4)
97Debug.Assert(_rightLookupBuilder != null); 104mutables._rightHashLookup = _rightLookupBuilder.BuildHashLookup(_cancellationToken); 179Debug.Assert(_leftSource != null && _rightLookupBuilder != null); 181_rightLookupBuilder.Dispose();