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