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