1 write to m_currentRightSourceIndex
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (1)
323
m_mutables.
m_currentRightSourceIndex
++;
1 reference to m_currentRightSourceIndex
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (1)
338
currentKey = new Pair<int, int>(m_mutables.m_currentLeftSourceIndex, m_mutables.
m_currentRightSourceIndex
);