1 write to m_currentLeftElement
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_currentLeftElement
System.Core (2)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (2)
300
m_selectManyOperator.m_indexedRightChildSelector(m_mutables.
m_currentLeftElement
, m_mutables.m_currentLeftSourceIndex);
329
currentElement = m_selectManyOperator.m_resultSelector(m_mutables.
m_currentLeftElement
, m_currentRightSource.Current);