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