1 write to m_rightHashLookup
System.Core (1)
System\Linq\Parallel\QueryOperators\Binary\HashJoinQueryOperatorEnumerator.cs (1)
111
mutables.
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)
135
if (!mutables.
m_rightHashLookup
.TryGetValue(rightHashKey, ref currentValue))
147
mutables.
m_rightHashLookup
.Add(rightHashKey, currentValue);
156
mutables.
m_rightHashLookup
[rightHashKey] = currentValue;
199
if (mutables.
m_rightHashLookup
.TryGetValue(leftHashKey, ref matchValue))