1 write to m_leftSource
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (1)
268
m_leftSource
= leftSource;
2 references to m_leftSource
System.Core (2)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (2)
293
if (!
m_leftSource
.MoveNext(ref m_mutables.m_currentLeftElement, ref m_mutables.m_currentLeftSourceIndex))
355
m_leftSource
.Dispose();