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