1 write to _mutables
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (1)
279
_mutables
= new Mutables();
10 references to _mutables
System.Linq.Parallel (10)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (10)
283
if ((
_mutables
._lhsCount++ & CancellationState.POLL_INTERVAL) == 0)
289
if (!_leftSource.MoveNext(ref
_mutables
._currentLeftElement!, ref
_mutables
._currentLeftSourceIndex))
297
_selectManyOperator._indexedRightChildSelector(
_mutables
._currentLeftElement,
_mutables
._currentLeftSourceIndex);
320
Debug.Assert(
_mutables
!= null);
321
_mutables
._currentRightSourceIndex++;
327
currentElement = _selectManyOperator._resultSelector(
_mutables
._currentLeftElement, _currentRightSource.Current);
336
currentKey = new Pair<int, int>(
_mutables
._currentLeftSourceIndex,
_mutables
._currentRightSourceIndex);