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