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