2 writes to m_currentRightSourceAsOutput
System.Core (2)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (2)
445m_currentRightSourceAsOutput = (IEnumerator<TOutput>)(object)m_currentRightSource; 478m_currentRightSourceAsOutput = null;
3 references to m_currentRightSourceAsOutput
System.Core (3)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (3)
446Contract.Assert(m_currentRightSourceAsOutput == m_currentRightSource, 465Contract.Assert(m_currentRightSourceAsOutput != null); 466currentElement = m_currentRightSourceAsOutput.Current;