1 write to m_currentLowKey
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipWhileQueryOperator.cs (1)
319
m_currentLowKey = m_operatorState.
m_currentLowKey
= key;
5 references to m_currentLowKey
System.Core (5)
System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipWhileQueryOperator.cs (5)
289
m_currentLowKey = m_operatorState.
m_currentLowKey
;
317
if (m_operatorState.m_updatesDone == 0 || m_keyComparer.Compare(m_operatorState.
m_currentLowKey
, key) > 0)
359
return m_operatorState.m_updatesDone == 0 || m_keyComparer.Compare(m_operatorState.
m_currentLowKey
, currentKey) > 0;
378
if (m_keyComparer.Compare(m_buffer[m_bufferIndex.Value].Second, m_operatorState.
m_currentLowKey
) >= 0)
390
Contract.Assert(m_keyComparer.Compare(currentKey, m_operatorState.
m_currentLowKey
) > 0,