1 write to m_operatorState
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\FirstQueryOperator.cs (1)
152m_operatorState = operatorState;
7 references to m_operatorState
System.Core (7)
System\Linq\Parallel\QueryOperators\Unary\FirstQueryOperator.cs (7)
192lock (m_operatorState) 194if (m_operatorState.m_partitionId == -1 || m_keyComparer.Compare(candidateKey, m_operatorState.m_key) < 0) 196m_operatorState.m_key = candidateKey; 197m_operatorState.m_partitionId = m_partitionId; 215if (m_partitionId == m_operatorState.m_partitionId) 220if (m_partitionId == m_operatorState.m_partitionId)