2 writes to m_currentRightSourceAsOutput
System.Core (2)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (2)
315m_currentRightSourceAsOutput = (IEnumerator<TOutput>)(object)m_currentRightSource; 348m_currentRightSourceAsOutput = null;
3 references to m_currentRightSourceAsOutput
System.Core (3)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (3)
316Contract.Assert(m_currentRightSourceAsOutput == m_currentRightSource, 335Contract.Assert(m_currentRightSourceAsOutput != null); 336currentElement = m_currentRightSourceAsOutput.Current;