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