1 write to _mutables
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (1)
408
_mutables
= new Mutables();
9 references to _mutables
System.Linq.Parallel (9)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (9)
412
if ((
_mutables
._lhsCount++ & CancellationState.POLL_INTERVAL) == 0)
419
if (!_leftSource.MoveNext(ref
_mutables
._currentLeftElement!, ref
_mutables
._currentLeftKey))
426
IEnumerable<TRightInput> rightChild = _selectManyOperator._rightChildSelector(
_mutables
._currentLeftElement);
449
Debug.Assert(
_mutables
!= null);
450
_mutables
._currentRightSourceIndex++;
456
currentElement = _selectManyOperator._resultSelector(
_mutables
._currentLeftElement, _currentRightSource.Current);
465
currentKey = new Pair<TLeftKey, int>(
_mutables
._currentLeftKey,
_mutables
._currentRightSourceIndex);