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)
412if ((_mutables._lhsCount++ & CancellationState.POLL_INTERVAL) == 0) 419if (!_leftSource.MoveNext(ref _mutables._currentLeftElement!, ref _mutables._currentLeftKey)) 426IEnumerable<TRightInput> rightChild = _selectManyOperator._rightChildSelector(_mutables._currentLeftElement); 449Debug.Assert(_mutables != null); 450_mutables._currentRightSourceIndex++; 456currentElement = _selectManyOperator._resultSelector(_mutables._currentLeftElement, _currentRightSource.Current); 465currentKey = new Pair<TLeftKey, int>(_mutables._currentLeftKey, _mutables._currentRightSourceIndex);