2 writes to _currentLowKey
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipWhileQueryOperator.cs (2)
285_currentLowKey = _operatorState._currentLowKey; 315_currentLowKey = _operatorState._currentLowKey = key;
1 reference to _currentLowKey
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipWhileQueryOperator.cs (1)
290if (_updatesSeen > 0 && _keyComparer.Compare(key, _currentLowKey) > 0)