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)
283if ((_mutables._lhsCount++ & CancellationState.POLL_INTERVAL) == 0) 289if (!_leftSource.MoveNext(ref _mutables._currentLeftElement!, ref _mutables._currentLeftSourceIndex)) 297_selectManyOperator._indexedRightChildSelector(_mutables._currentLeftElement, _mutables._currentLeftSourceIndex); 320Debug.Assert(_mutables != null); 321_mutables._currentRightSourceIndex++; 327currentElement = _selectManyOperator._resultSelector(_mutables._currentLeftElement, _currentRightSource.Current); 336currentKey = new Pair<int, int>(_mutables._currentLeftSourceIndex, _mutables._currentRightSourceIndex);