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