2 writes to m_currentLowKey
System.Core (2)
System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipWhileQueryOperator.cs (2)
289m_currentLowKey = m_operatorState.m_currentLowKey; 319m_currentLowKey = m_operatorState.m_currentLowKey = key;
1 reference to m_currentLowKey
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipWhileQueryOperator.cs (1)
294if (m_updatesSeen > 0 && m_keyComparer.Compare(key, m_currentLowKey) > 0)