48 if ((num++ & 0
x3F) == 0)
58 _resultFoundFlag.Value =
true;
121 [
ExcludeFromCodeCoverage(Justification =
"This method should never be called as it is an ending operator with LimitsParallelism=false")]
readonly Shared< bool > _resultFoundFlag
readonly QueryOperatorEnumerator< TInput, TKey > _source
override void Dispose(bool disposing)
readonly CancellationToken _cancellationToken
readonly Func< TInput, bool > _predicate
override bool MoveNext(ref bool currentElement, ref int currentKey)
readonly int _partitionIndex
readonly bool _qualification
AnyAllSearchOperatorEnumerator(QueryOperatorEnumerator< TInput, TKey > source, bool qualification, Func< TInput, bool > predicate, int partitionIndex, Shared< bool > resultFoundFlag, CancellationToken cancellationToken)
readonly Func< TInput, bool > _predicate
AnyAllSearchOperator(IEnumerable< TInput > child, bool qualification, Func< TInput, bool > predicate)
override QueryResults< bool > Open(QuerySettings settings, bool preferStriping)
override void WrapPartitionedStream< TKey >(PartitionedStream< TInput, TKey > inputStream, IPartitionedStreamRecipient< bool > recipient, bool preferStriping, QuerySettings settings)
readonly bool _qualification
override bool LimitsParallelism
override IEnumerable< bool > AsSequentialQuery(CancellationToken token)
CancellationToken MergedCancellationToken
bool MoveNext([MaybeNullWhen(false)][AllowNull] ref TElement currentElement, [AllowNull] ref TKey currentKey)
CancellationState CancellationState
void ThrowIfCancellationRequested()