1 instantiation of FirstQueryOperatorState
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\FirstQueryOperator.cs (1)
81
FirstQueryOperatorState<TKey> operatorState = new
FirstQueryOperatorState
<TKey>();
3 references to FirstQueryOperatorState
System.Core (3)
System\Linq\Parallel\QueryOperators\Unary\FirstQueryOperator.cs (3)
81
FirstQueryOperatorState
<TKey> operatorState = new FirstQueryOperatorState<TKey>();
131
private
FirstQueryOperatorState
<TKey> m_operatorState; // The current first candidate and its partition index.
142
FirstQueryOperatorState
<TKey> operatorState, CountdownEvent sharedBarrier, CancellationToken cancellationToken,