1 write to _currentLowKey
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipWhileQueryOperator.cs (1)
315
_currentLowKey = _operatorState.
_currentLowKey
= key;
5 references to _currentLowKey
System.Linq.Parallel (5)
System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipWhileQueryOperator.cs (5)
285
_currentLowKey = _operatorState.
_currentLowKey
;
313
if (_operatorState._updatesDone == 0 || _keyComparer.Compare(_operatorState.
_currentLowKey
, key) > 0)
359
return _operatorState._updatesDone == 0 || _keyComparer.Compare(_operatorState.
_currentLowKey
, currentKey) > 0;
378
if (_keyComparer.Compare(_buffer[_bufferIndex.Value].Second, _operatorState.
_currentLowKey
) >= 0)
390
Debug.Assert(_keyComparer.Compare(currentKey, _operatorState.
_currentLowKey
) > 0,