1 write to m_currentLeftKey
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (1)
424if (!m_leftSource.MoveNext(ref m_mutables.m_currentLeftElement, ref m_mutables.m_currentLeftKey))
1 reference to m_currentLeftKey
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (1)
468currentKey = new Pair<TLeftKey, int>(m_mutables.m_currentLeftKey, m_mutables.m_currentRightSourceIndex);