1 write to m_currentLeftSourceIndex
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (1)
293
if (!m_leftSource.MoveNext(ref m_mutables.m_currentLeftElement, ref m_mutables.
m_currentLeftSourceIndex
))
2 references to m_currentLeftSourceIndex
System.Core (2)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (2)
300
m_selectManyOperator.m_indexedRightChildSelector(m_mutables.m_currentLeftElement, m_mutables.
m_currentLeftSourceIndex
);
338
currentKey = new Pair<int, int>(m_mutables.
m_currentLeftSourceIndex
, m_mutables.m_currentRightSourceIndex);