1 write to m_mutables
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (1)
413m_mutables = new Mutables();
8 references to m_mutables
System.Core (8)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (8)
417if ((m_mutables.m_lhsCount++ & CancellationState.POLL_INTERVAL) == 0) 424if (!m_leftSource.MoveNext(ref m_mutables.m_currentLeftElement, ref m_mutables.m_currentLeftKey)) 430IEnumerable<TRightInput> rightChild = m_selectManyOperator.m_rightChildSelector(m_mutables.m_currentLeftElement); 453m_mutables.m_currentRightSourceIndex++; 459currentElement = m_selectManyOperator.m_resultSelector(m_mutables.m_currentLeftElement, m_currentRightSource.Current); 468currentKey = new Pair<TLeftKey, int>(m_mutables.m_currentLeftKey, m_mutables.m_currentRightSourceIndex);