3 writes to m_currentRightMatchesIndex
System.Core (3)
System\Linq\Parallel\QueryOperators\Binary\HashJoinQueryOperatorEnumerator.cs (3)
178
mutables.
m_currentRightMatchesIndex
= 0;
209
mutables.
m_currentRightMatchesIndex
= 0;
257
mutables.
m_currentRightMatchesIndex
++;
4 references to m_currentRightMatchesIndex
System.Core (4)
System\Linq\Parallel\QueryOperators\Binary\HashJoinQueryOperatorEnumerator.cs (4)
175
if (currentRightChunk != null && mutables.
m_currentRightMatchesIndex
== currentRightChunk.Count)
251
Contract.Assert(0 <= mutables.
m_currentRightMatchesIndex
&& mutables.
m_currentRightMatchesIndex
< mutables.m_currentRightMatches.Count);
254
mutables.m_currentLeft, mutables.m_currentRightMatches.m_chunk[mutables.
m_currentRightMatchesIndex
]);