[assembly: System.CLSCompliant(true)] [assembly: System.Resources.NeutralResourcesLanguage("en-US")] [assembly: System.Runtime.InteropServices.ComVisible(false)] [assembly: System.Runtime.Versioning.TargetFramework(".NETCoreApp,Version=v8.0", FrameworkDisplayName=".NET 8.0")] namespace System.Linq { [System.Linq.LocalQueryMethodImplementationType(typeof(System.Linq.AsyncEnumerableEx))] public static class AsyncQueryableEx { public static System.Linq.IAsyncQueryable Amb(this System.Linq.IAsyncQueryable first, System.Collections.Generic.IAsyncEnumerable second) { } public static System.Linq.IAsyncQueryable> Buffer(this System.Linq.IAsyncQueryable source, int count) { } public static System.Linq.IAsyncQueryable> Buffer(this System.Linq.IAsyncQueryable source, int count, int skip) { } public static System.Linq.IAsyncQueryable Catch(this System.Linq.IAsyncQueryable first, System.Collections.Generic.IAsyncEnumerable second) { } public static System.Linq.IAsyncQueryable Catch(this System.Linq.IAsyncQueryable source, System.Linq.Expressions.Expression>> handler) { } public static System.Linq.IAsyncQueryable Catch(this System.Linq.IAsyncQueryable source, System.Linq.Expressions.Expression>>> handler) { } public static System.Linq.IAsyncQueryable Catch(this System.Linq.IAsyncQueryable source, System.Linq.Expressions.Expression>>> handler) { } public static System.Linq.IAsyncQueryable Concat(this System.Linq.IAsyncQueryable> sources) { } public static System.Linq.IAsyncQueryable Distinct(this System.Linq.IAsyncQueryable source, System.Linq.Expressions.Expression>> keySelector) { } public static System.Linq.IAsyncQueryable Distinct(this System.Linq.IAsyncQueryable source, System.Linq.Expressions.Expression> keySelector) { } public static System.Linq.IAsyncQueryable Distinct(this System.Linq.IAsyncQueryable source, System.Linq.Expressions.Expression>> keySelector) { } public static System.Linq.IAsyncQueryable Distinct(this System.Linq.IAsyncQueryable source, System.Linq.Expressions.Expression>> keySelector, System.Collections.Generic.IEqualityComparer? comparer) { } public static System.Linq.IAsyncQueryable Distinct(this System.Linq.IAsyncQueryable source, System.Linq.Expressions.Expression> keySelector, System.Collections.Generic.IEqualityComparer? comparer) { } public static System.Linq.IAsyncQueryable Distinct(this System.Linq.IAsyncQueryable source, System.Linq.Expressions.Expression>> keySelector, System.Collections.Generic.IEqualityComparer? comparer) { } public static System.Linq.IAsyncQueryable DistinctUntilChanged(this System.Linq.IAsyncQueryable source) { } public static System.Linq.IAsyncQueryable DistinctUntilChanged(this System.Linq.IAsyncQueryable source, System.Collections.Generic.IEqualityComparer? comparer) { } public static System.Linq.IAsyncQueryable DistinctUntilChanged(this System.Linq.IAsyncQueryable source, System.Linq.Expressions.Expression>> keySelector) { } public static System.Linq.IAsyncQueryable DistinctUntilChanged(this System.Linq.IAsyncQueryable source, System.Linq.Expressions.Expression> keySelector) { } public static System.Linq.IAsyncQueryable DistinctUntilChanged(this System.Linq.IAsyncQueryable source, System.Linq.Expressions.Expression>> keySelector) { } public static System.Linq.IAsyncQueryable DistinctUntilChanged(this System.Linq.IAsyncQueryable source, System.Linq.Expressions.Expression>> keySelector, System.Collections.Generic.IEqualityComparer? comparer) { } public static System.Linq.IAsyncQueryable DistinctUntilChanged(this System.Linq.IAsyncQueryable source, System.Linq.Expressions.Expression> keySelector, System.Collections.Generic.IEqualityComparer? comparer) { } public static System.Linq.IAsyncQueryable DistinctUntilChanged(this System.Linq.IAsyncQueryable source, System.Linq.Expressions.Expression>> keySelector, System.Collections.Generic.IEqualityComparer? comparer) { } public static System.Linq.IAsyncQueryable Do(this System.Linq.IAsyncQueryable source, System.IObserver observer) { } public static System.Linq.IAsyncQueryable Do(this System.Linq.IAsyncQueryable source, System.Linq.Expressions.Expression> onNext) { } public static System.Linq.IAsyncQueryable Do(this System.Linq.IAsyncQueryable source, System.Linq.Expressions.Expression> onNext) { } public static System.Linq.IAsyncQueryable Do(this System.Linq.IAsyncQueryable source, System.Linq.Expressions.Expression> onNext) { } public static System.Linq.IAsyncQueryable Do(this System.Linq.IAsyncQueryable source, System.Linq.Expressions.Expression> onNext, System.Action onCompleted) { } public static System.Linq.IAsyncQueryable Do(this System.Linq.IAsyncQueryable source, System.Linq.Expressions.Expression> onNext, System.Linq.Expressions.Expression> onError) { } public static System.Linq.IAsyncQueryable Do(this System.Linq.IAsyncQueryable source, System.Linq.Expressions.Expression> onNext, System.Linq.Expressions.Expression> onCompleted) { } public static System.Linq.IAsyncQueryable Do(this System.Linq.IAsyncQueryable source, System.Linq.Expressions.Expression> onNext, System.Linq.Expressions.Expression> onError) { } public static System.Linq.IAsyncQueryable Do(this System.Linq.IAsyncQueryable source, System.Linq.Expressions.Expression> onNext, System.Linq.Expressions.Expression> onCompleted) { } public static System.Linq.IAsyncQueryable Do(this System.Linq.IAsyncQueryable source, System.Linq.Expressions.Expression> onNext, System.Linq.Expressions.Expression> onError) { } public static System.Linq.IAsyncQueryable Do(this System.Linq.IAsyncQueryable source, System.Linq.Expressions.Expression> onNext, System.Linq.Expressions.Expression> onError, System.Action onCompleted) { } public static System.Linq.IAsyncQueryable Do(this System.Linq.IAsyncQueryable source, System.Linq.Expressions.Expression> onNext, System.Linq.Expressions.Expression> onError, System.Linq.Expressions.Expression> onCompleted) { } public static System.Linq.IAsyncQueryable Do(this System.Linq.IAsyncQueryable source, System.Linq.Expressions.Expression> onNext, System.Linq.Expressions.Expression> onError, System.Linq.Expressions.Expression> onCompleted) { } public static System.Linq.IAsyncQueryable Expand(this System.Linq.IAsyncQueryable source, System.Linq.Expressions.Expression>> selector) { } public static System.Linq.IAsyncQueryable Expand(this System.Linq.IAsyncQueryable source, System.Linq.Expressions.Expression>>> selector) { } public static System.Linq.IAsyncQueryable Expand(this System.Linq.IAsyncQueryable source, System.Linq.Expressions.Expression>>> selector) { } public static System.Linq.IAsyncQueryable Finally(this System.Linq.IAsyncQueryable source, System.Action finallyAction) { } public static System.Linq.IAsyncQueryable Finally(this System.Linq.IAsyncQueryable source, System.Linq.Expressions.Expression> finallyAction) { } public static System.Linq.IAsyncQueryable IgnoreElements(this System.Linq.IAsyncQueryable source) { } public static System.Threading.Tasks.ValueTask IsEmptyAsync(this System.Linq.IAsyncQueryable source, System.Threading.CancellationToken cancellationToken = default) { } public static System.Threading.Tasks.ValueTask MaxAsync(this System.Linq.IAsyncQueryable source, System.Collections.Generic.IComparer? comparer, System.Threading.CancellationToken cancellationToken = default) { } public static System.Threading.Tasks.ValueTask> MaxByAsync(this System.Linq.IAsyncQueryable source, System.Linq.Expressions.Expression>> keySelector, System.Threading.CancellationToken cancellationToken = default) { } public static System.Threading.Tasks.ValueTask> MaxByAsync(this System.Linq.IAsyncQueryable source, System.Linq.Expressions.Expression> keySelector, System.Threading.CancellationToken cancellationToken = default) { } public static System.Threading.Tasks.ValueTask> MaxByAsync(this System.Linq.IAsyncQueryable source, System.Linq.Expressions.Expression>> keySelector, System.Threading.CancellationToken cancellationToken = default) { } public static System.Threading.Tasks.ValueTask> MaxByAsync(this System.Linq.IAsyncQueryable source, System.Linq.Expressions.Expression>> keySelector, System.Collections.Generic.IComparer? comparer, System.Threading.CancellationToken cancellationToken = default) { } public static System.Threading.Tasks.ValueTask> MaxByAsync(this System.Linq.IAsyncQueryable source, System.Linq.Expressions.Expression> keySelector, System.Collections.Generic.IComparer? comparer, System.Threading.CancellationToken cancellationToken = default) { } public static System.Threading.Tasks.ValueTask> MaxByAsync(this System.Linq.IAsyncQueryable source, System.Linq.Expressions.Expression>> keySelector, System.Collections.Generic.IComparer? comparer, System.Threading.CancellationToken cancellationToken = default) { } public static System.Linq.IAsyncQueryable Merge(this System.Linq.IAsyncQueryable> sources) { } public static System.Threading.Tasks.ValueTask MinAsync(this System.Linq.IAsyncQueryable source, System.Collections.Generic.IComparer? comparer, System.Threading.CancellationToken cancellationToken = default) { } public static System.Threading.Tasks.ValueTask> MinByAsync(this System.Linq.IAsyncQueryable source, System.Linq.Expressions.Expression>> keySelector, System.Threading.CancellationToken cancellationToken = default) { } public static System.Threading.Tasks.ValueTask> MinByAsync(this System.Linq.IAsyncQueryable source, System.Linq.Expressions.Expression> keySelector, System.Threading.CancellationToken cancellationToken = default) { } public static System.Threading.Tasks.ValueTask> MinByAsync(this System.Linq.IAsyncQueryable source, System.Linq.Expressions.Expression>> keySelector, System.Threading.CancellationToken cancellationToken = default) { } public static System.Threading.Tasks.ValueTask> MinByAsync(this System.Linq.IAsyncQueryable source, System.Linq.Expressions.Expression>> keySelector, System.Collections.Generic.IComparer? comparer, System.Threading.CancellationToken cancellationToken = default) { } public static System.Threading.Tasks.ValueTask> MinByAsync(this System.Linq.IAsyncQueryable source, System.Linq.Expressions.Expression> keySelector, System.Collections.Generic.IComparer? comparer, System.Threading.CancellationToken cancellationToken = default) { } public static System.Threading.Tasks.ValueTask> MinByAsync(this System.Linq.IAsyncQueryable source, System.Linq.Expressions.Expression>> keySelector, System.Collections.Generic.IComparer? comparer, System.Threading.CancellationToken cancellationToken = default) { } public static System.Linq.IAsyncQueryable OnErrorResumeNext(this System.Linq.IAsyncQueryable first, System.Collections.Generic.IAsyncEnumerable second) { } public static System.Linq.IAsyncQueryable Repeat(this System.Linq.IAsyncQueryable source) { } public static System.Linq.IAsyncQueryable Repeat(this System.Linq.IAsyncQueryable source, int count) { } public static System.Linq.IAsyncQueryable Retry(this System.Linq.IAsyncQueryable source) { } public static System.Linq.IAsyncQueryable Retry(this System.Linq.IAsyncQueryable source, int retryCount) { } public static System.Linq.IAsyncQueryable Scan(this System.Linq.IAsyncQueryable source, System.Linq.Expressions.Expression>> accumulator) { } public static System.Linq.IAsyncQueryable Scan(this System.Linq.IAsyncQueryable source, System.Linq.Expressions.Expression> accumulator) { } public static System.Linq.IAsyncQueryable Scan(this System.Linq.IAsyncQueryable source, System.Linq.Expressions.Expression>> accumulator) { } public static System.Linq.IAsyncQueryable Scan(this System.Linq.IAsyncQueryable source, TAccumulate seed, System.Linq.Expressions.Expression>> accumulator) { } public static System.Linq.IAsyncQueryable Scan(this System.Linq.IAsyncQueryable source, TAccumulate seed, System.Linq.Expressions.Expression> accumulator) { } public static System.Linq.IAsyncQueryable Scan(this System.Linq.IAsyncQueryable source, TAccumulate seed, System.Linq.Expressions.Expression>> accumulator) { } public static System.Linq.IAsyncQueryable SelectMany(this System.Linq.IAsyncQueryable source, System.Collections.Generic.IAsyncEnumerable other) { } public static System.Linq.IAsyncQueryable StartWith(this System.Linq.IAsyncQueryable source, params TSource[] values) { } public static System.Linq.IAsyncQueryable Timeout(this System.Linq.IAsyncQueryable source, System.TimeSpan timeout) { } } }