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)
290
if (_updatesSeen > 0 && _keyComparer.Compare(key,
_currentLowKey
) > 0)