1 instantiation of LastQueryOperatorState
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\LastQueryOperator.cs (1)
79LastQueryOperatorState<TKey> operatorState = new LastQueryOperatorState<TKey>();
3 references to LastQueryOperatorState
System.Linq.Parallel (3)
System\Linq\Parallel\QueryOperators\Unary\LastQueryOperator.cs (3)
79LastQueryOperatorState<TKey> operatorState = new LastQueryOperatorState<TKey>(); 125private readonly LastQueryOperatorState<TKey> _operatorState; // The current last candidate and its partition id. 136LastQueryOperatorState<TKey> operatorState, CountdownEvent sharedBarrier, CancellationToken cancelToken,