1 write to m_key
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\LastQueryOperator.cs (1)
202
m_operatorState.
m_key
= candidateKey;
1 reference to m_key
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\LastQueryOperator.cs (1)
199
if (m_operatorState.m_partitionId == -1 || m_keyComparer.Compare(candidateKey, m_operatorState.
m_key
) > 0)