1 write to m_rightHashLookup
System.Core (1)
System\Linq\Parallel\QueryOperators\Binary\HashJoinQueryOperatorEnumerator.cs (1)
111mutables.m_rightHashLookup = new HashLookup<THashKey, Pair<TRightInput, ListChunk<TRightInput>>>(m_keyComparer);
4 references to m_rightHashLookup
System.Core (4)
System\Linq\Parallel\QueryOperators\Binary\HashJoinQueryOperatorEnumerator.cs (4)
135if (!mutables.m_rightHashLookup.TryGetValue(rightHashKey, ref currentValue)) 147mutables.m_rightHashLookup.Add(rightHashKey, currentValue); 156mutables.m_rightHashLookup[rightHashKey] = currentValue; 199if (mutables.m_rightHashLookup.TryGetValue(leftHashKey, ref matchValue))