1 write to m_mutables
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (1)
413
m_mutables
= new Mutables();
8 references to m_mutables
System.Core (8)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (8)
417
if ((
m_mutables
.m_lhsCount++ & CancellationState.POLL_INTERVAL) == 0)
424
if (!m_leftSource.MoveNext(ref
m_mutables
.m_currentLeftElement, ref
m_mutables
.m_currentLeftKey))
430
IEnumerable<TRightInput> rightChild = m_selectManyOperator.m_rightChildSelector(
m_mutables
.m_currentLeftElement);
453
m_mutables
.m_currentRightSourceIndex++;
459
currentElement = m_selectManyOperator.m_resultSelector(
m_mutables
.m_currentLeftElement, m_currentRightSource.Current);
468
currentKey = new Pair<TLeftKey, int>(
m_mutables
.m_currentLeftKey,
m_mutables
.m_currentRightSourceIndex);