101 [
ExcludeFromCodeCoverage(Justification =
"This method should never be called as it is an ending operator with LimitsParallelism=false")]
bool MoveNext([MaybeNullWhen(false)][AllowNull] ref TElement currentElement, [AllowNull] ref TKey currentKey)
override bool MoveNext([AllowNull] ref TSource currentElement, ref int currentKey)
readonly QueryOperatorEnumerator< TSource, TKey > _source
readonly Shared< int > _totalElementCount
SingleQueryOperatorEnumerator(QueryOperatorEnumerator< TSource, TKey > source, Func< TSource, bool > predicate, Shared< int > totalElementCount)
readonly Func< TSource, bool > _predicate
override void Dispose(bool disposing)
SingleQueryOperator(IEnumerable< TSource > child, Func< TSource, bool > predicate)
readonly Func< TSource, bool > _predicate
override bool LimitsParallelism
override QueryResults< TSource > Open(QuerySettings settings, bool preferStriping)
override void WrapPartitionedStream< TKey >(PartitionedStream< TSource, TKey > inputStream, IPartitionedStreamRecipient< TSource > recipient, bool preferStriping, QuerySettings settings)
override IEnumerable< TSource > AsSequentialQuery(CancellationToken token)
static int Increment(ref int location)
static bool Read(ref bool location)