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