1 write to _rightHashLookup
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Binary\HashJoinQueryOperatorEnumerator.cs (1)
104mutables._rightHashLookup = _rightLookupBuilder.BuildHashLookup(_cancellationToken);
2 references to _rightHashLookup
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Binary\HashJoinQueryOperatorEnumerator.cs (2)
133Debug.Assert(mutables._rightHashLookup != null); 134if (mutables._rightHashLookup.TryGetValue(leftHashKey, ref matchValue))