1 write to m_mutables
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (1)
283
m_mutables
= new Mutables();
9 references to m_mutables
System.Core (9)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (9)
287
if ((
m_mutables
.m_lhsCount++ & CancellationState.POLL_INTERVAL) == 0)
293
if (!m_leftSource.MoveNext(ref
m_mutables
.m_currentLeftElement, ref
m_mutables
.m_currentLeftSourceIndex))
300
m_selectManyOperator.m_indexedRightChildSelector(
m_mutables
.m_currentLeftElement,
m_mutables
.m_currentLeftSourceIndex);
323
m_mutables
.m_currentRightSourceIndex++;
329
currentElement = m_selectManyOperator.m_resultSelector(
m_mutables
.m_currentLeftElement, m_currentRightSource.Current);
338
currentKey = new Pair<int, int>(
m_mutables
.m_currentLeftSourceIndex,
m_mutables
.m_currentRightSourceIndex);