1 write to m_leftSource
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (1)
398
m_leftSource
= leftSource;
2 references to m_leftSource
System.Core (2)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (2)
424
if (!
m_leftSource
.MoveNext(ref m_mutables.m_currentLeftElement, ref m_mutables.m_currentLeftKey))
485
m_leftSource
.Dispose();