3 writes to _currentRightMatchesIndex
System.Linq.Parallel (3)
System\Linq\Parallel\QueryOperators\Binary\HashJoinQueryOperatorEnumerator.cs (3)
112
mutables.
_currentRightMatchesIndex
= 0;
141
mutables.
_currentRightMatchesIndex
= 0;
172
mutables.
_currentRightMatchesIndex
++;
4 references to _currentRightMatchesIndex
System.Linq.Parallel (4)
System\Linq\Parallel\QueryOperators\Binary\HashJoinQueryOperatorEnumerator.cs (4)
109
if (currentRightChunk != null && mutables.
_currentRightMatchesIndex
== currentRightChunk.Count)
165
Debug.Assert(0 <= mutables.
_currentRightMatchesIndex
&& mutables.
_currentRightMatchesIndex
< mutables._currentRightMatches.Count);
167
Pair<TRightInput, TRightKey> rightMatch = mutables._currentRightMatches._chunk[mutables.
_currentRightMatchesIndex
];