ApiApprovalTests.SystemInteractiveAsyncProviders.verified.cs 19 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. [assembly: System.CLSCompliant(true)]
  2. [assembly: System.Resources.NeutralResourcesLanguage("en-US")]
  3. [assembly: System.Runtime.InteropServices.ComVisible(false)]
  4. [assembly: System.Runtime.Versioning.TargetFramework(".NETCoreApp,Version=v8.0", FrameworkDisplayName=".NET 8.0")]
  5. namespace System.Linq
  6. {
  7. [System.Linq.LocalQueryMethodImplementationType(typeof(System.Linq.AsyncEnumerableEx))]
  8. public static class AsyncQueryableEx
  9. {
  10. public static System.Linq.IAsyncQueryable<TSource> Amb<TSource>(this System.Linq.IAsyncQueryable<TSource> first, System.Collections.Generic.IAsyncEnumerable<TSource> second) { }
  11. public static System.Linq.IAsyncQueryable<System.Collections.Generic.IList<TSource>> Buffer<TSource>(this System.Linq.IAsyncQueryable<TSource> source, int count) { }
  12. public static System.Linq.IAsyncQueryable<System.Collections.Generic.IList<TSource>> Buffer<TSource>(this System.Linq.IAsyncQueryable<TSource> source, int count, int skip) { }
  13. public static System.Linq.IAsyncQueryable<TSource> Catch<TSource>(this System.Linq.IAsyncQueryable<TSource> first, System.Collections.Generic.IAsyncEnumerable<TSource> second) { }
  14. public static System.Linq.IAsyncQueryable<TSource> Catch<TSource, TException>(this System.Linq.IAsyncQueryable<TSource> source, System.Linq.Expressions.Expression<System.Func<TException, System.Collections.Generic.IAsyncEnumerable<TSource>>> handler) { }
  15. public static System.Linq.IAsyncQueryable<TSource> Catch<TSource, TException>(this System.Linq.IAsyncQueryable<TSource> source, System.Linq.Expressions.Expression<System.Func<TException, System.Threading.Tasks.ValueTask<System.Collections.Generic.IAsyncEnumerable<TSource>>>> handler) { }
  16. public static System.Linq.IAsyncQueryable<TSource> Catch<TSource, TException>(this System.Linq.IAsyncQueryable<TSource> source, System.Linq.Expressions.Expression<System.Func<TException, System.Threading.CancellationToken, System.Threading.Tasks.ValueTask<System.Collections.Generic.IAsyncEnumerable<TSource>>>> handler) { }
  17. public static System.Linq.IAsyncQueryable<TSource> Concat<TSource>(this System.Linq.IAsyncQueryable<System.Collections.Generic.IAsyncEnumerable<TSource>> sources) { }
  18. public static System.Linq.IAsyncQueryable<TSource> Distinct<TSource, TKey>(this System.Linq.IAsyncQueryable<TSource> source, System.Linq.Expressions.Expression<System.Func<TSource, System.Threading.Tasks.ValueTask<TKey>>> keySelector) { }
  19. public static System.Linq.IAsyncQueryable<TSource> Distinct<TSource, TKey>(this System.Linq.IAsyncQueryable<TSource> source, System.Linq.Expressions.Expression<System.Func<TSource, TKey>> keySelector) { }
  20. public static System.Linq.IAsyncQueryable<TSource> Distinct<TSource, TKey>(this System.Linq.IAsyncQueryable<TSource> source, System.Linq.Expressions.Expression<System.Func<TSource, System.Threading.CancellationToken, System.Threading.Tasks.ValueTask<TKey>>> keySelector) { }
  21. public static System.Linq.IAsyncQueryable<TSource> Distinct<TSource, TKey>(this System.Linq.IAsyncQueryable<TSource> source, System.Linq.Expressions.Expression<System.Func<TSource, System.Threading.Tasks.ValueTask<TKey>>> keySelector, System.Collections.Generic.IEqualityComparer<TKey>? comparer) { }
  22. public static System.Linq.IAsyncQueryable<TSource> Distinct<TSource, TKey>(this System.Linq.IAsyncQueryable<TSource> source, System.Linq.Expressions.Expression<System.Func<TSource, TKey>> keySelector, System.Collections.Generic.IEqualityComparer<TKey>? comparer) { }
  23. public static System.Linq.IAsyncQueryable<TSource> Distinct<TSource, TKey>(this System.Linq.IAsyncQueryable<TSource> source, System.Linq.Expressions.Expression<System.Func<TSource, System.Threading.CancellationToken, System.Threading.Tasks.ValueTask<TKey>>> keySelector, System.Collections.Generic.IEqualityComparer<TKey>? comparer) { }
  24. public static System.Linq.IAsyncQueryable<TSource> DistinctUntilChanged<TSource>(this System.Linq.IAsyncQueryable<TSource> source) { }
  25. public static System.Linq.IAsyncQueryable<TSource> DistinctUntilChanged<TSource>(this System.Linq.IAsyncQueryable<TSource> source, System.Collections.Generic.IEqualityComparer<TSource>? comparer) { }
  26. public static System.Linq.IAsyncQueryable<TSource> DistinctUntilChanged<TSource, TKey>(this System.Linq.IAsyncQueryable<TSource> source, System.Linq.Expressions.Expression<System.Func<TSource, System.Threading.Tasks.ValueTask<TKey>>> keySelector) { }
  27. public static System.Linq.IAsyncQueryable<TSource> DistinctUntilChanged<TSource, TKey>(this System.Linq.IAsyncQueryable<TSource> source, System.Linq.Expressions.Expression<System.Func<TSource, TKey>> keySelector) { }
  28. public static System.Linq.IAsyncQueryable<TSource> DistinctUntilChanged<TSource, TKey>(this System.Linq.IAsyncQueryable<TSource> source, System.Linq.Expressions.Expression<System.Func<TSource, System.Threading.CancellationToken, System.Threading.Tasks.ValueTask<TKey>>> keySelector) { }
  29. public static System.Linq.IAsyncQueryable<TSource> DistinctUntilChanged<TSource, TKey>(this System.Linq.IAsyncQueryable<TSource> source, System.Linq.Expressions.Expression<System.Func<TSource, System.Threading.Tasks.ValueTask<TKey>>> keySelector, System.Collections.Generic.IEqualityComparer<TKey>? comparer) { }
  30. public static System.Linq.IAsyncQueryable<TSource> DistinctUntilChanged<TSource, TKey>(this System.Linq.IAsyncQueryable<TSource> source, System.Linq.Expressions.Expression<System.Func<TSource, TKey>> keySelector, System.Collections.Generic.IEqualityComparer<TKey>? comparer) { }
  31. public static System.Linq.IAsyncQueryable<TSource> DistinctUntilChanged<TSource, TKey>(this System.Linq.IAsyncQueryable<TSource> source, System.Linq.Expressions.Expression<System.Func<TSource, System.Threading.CancellationToken, System.Threading.Tasks.ValueTask<TKey>>> keySelector, System.Collections.Generic.IEqualityComparer<TKey>? comparer) { }
  32. public static System.Linq.IAsyncQueryable<TSource> Do<TSource>(this System.Linq.IAsyncQueryable<TSource> source, System.IObserver<TSource> observer) { }
  33. public static System.Linq.IAsyncQueryable<TSource> Do<TSource>(this System.Linq.IAsyncQueryable<TSource> source, System.Linq.Expressions.Expression<System.Action<TSource>> onNext) { }
  34. public static System.Linq.IAsyncQueryable<TSource> Do<TSource>(this System.Linq.IAsyncQueryable<TSource> source, System.Linq.Expressions.Expression<System.Func<TSource, System.Threading.Tasks.Task>> onNext) { }
  35. public static System.Linq.IAsyncQueryable<TSource> Do<TSource>(this System.Linq.IAsyncQueryable<TSource> source, System.Linq.Expressions.Expression<System.Func<TSource, System.Threading.CancellationToken, System.Threading.Tasks.Task>> onNext) { }
  36. public static System.Linq.IAsyncQueryable<TSource> Do<TSource>(this System.Linq.IAsyncQueryable<TSource> source, System.Linq.Expressions.Expression<System.Action<TSource>> onNext, System.Action onCompleted) { }
  37. public static System.Linq.IAsyncQueryable<TSource> Do<TSource>(this System.Linq.IAsyncQueryable<TSource> source, System.Linq.Expressions.Expression<System.Action<TSource>> onNext, System.Linq.Expressions.Expression<System.Action<System.Exception>> onError) { }
  38. public static System.Linq.IAsyncQueryable<TSource> Do<TSource>(this System.Linq.IAsyncQueryable<TSource> source, System.Linq.Expressions.Expression<System.Func<TSource, System.Threading.Tasks.Task>> onNext, System.Linq.Expressions.Expression<System.Func<System.Threading.Tasks.Task>> onCompleted) { }
  39. public static System.Linq.IAsyncQueryable<TSource> Do<TSource>(this System.Linq.IAsyncQueryable<TSource> source, System.Linq.Expressions.Expression<System.Func<TSource, System.Threading.Tasks.Task>> onNext, System.Linq.Expressions.Expression<System.Func<System.Exception, System.Threading.Tasks.Task>> onError) { }
  40. public static System.Linq.IAsyncQueryable<TSource> Do<TSource>(this System.Linq.IAsyncQueryable<TSource> source, System.Linq.Expressions.Expression<System.Func<TSource, System.Threading.CancellationToken, System.Threading.Tasks.Task>> onNext, System.Linq.Expressions.Expression<System.Func<System.Threading.CancellationToken, System.Threading.Tasks.Task>> onCompleted) { }
  41. public static System.Linq.IAsyncQueryable<TSource> Do<TSource>(this System.Linq.IAsyncQueryable<TSource> source, System.Linq.Expressions.Expression<System.Func<TSource, System.Threading.CancellationToken, System.Threading.Tasks.Task>> onNext, System.Linq.Expressions.Expression<System.Func<System.Exception, System.Threading.CancellationToken, System.Threading.Tasks.Task>> onError) { }
  42. public static System.Linq.IAsyncQueryable<TSource> Do<TSource>(this System.Linq.IAsyncQueryable<TSource> source, System.Linq.Expressions.Expression<System.Action<TSource>> onNext, System.Linq.Expressions.Expression<System.Action<System.Exception>> onError, System.Action onCompleted) { }
  43. public static System.Linq.IAsyncQueryable<TSource> Do<TSource>(this System.Linq.IAsyncQueryable<TSource> source, System.Linq.Expressions.Expression<System.Func<TSource, System.Threading.Tasks.Task>> onNext, System.Linq.Expressions.Expression<System.Func<System.Exception, System.Threading.Tasks.Task>> onError, System.Linq.Expressions.Expression<System.Func<System.Threading.Tasks.Task>> onCompleted) { }
  44. public static System.Linq.IAsyncQueryable<TSource> Do<TSource>(this System.Linq.IAsyncQueryable<TSource> source, System.Linq.Expressions.Expression<System.Func<TSource, System.Threading.CancellationToken, System.Threading.Tasks.Task>> onNext, System.Linq.Expressions.Expression<System.Func<System.Exception, System.Threading.CancellationToken, System.Threading.Tasks.Task>> onError, System.Linq.Expressions.Expression<System.Func<System.Threading.CancellationToken, System.Threading.Tasks.Task>> onCompleted) { }
  45. public static System.Linq.IAsyncQueryable<TSource> Expand<TSource>(this System.Linq.IAsyncQueryable<TSource> source, System.Linq.Expressions.Expression<System.Func<TSource, System.Collections.Generic.IAsyncEnumerable<TSource>>> selector) { }
  46. public static System.Linq.IAsyncQueryable<TSource> Expand<TSource>(this System.Linq.IAsyncQueryable<TSource> source, System.Linq.Expressions.Expression<System.Func<TSource, System.Threading.Tasks.ValueTask<System.Collections.Generic.IAsyncEnumerable<TSource>>>> selector) { }
  47. public static System.Linq.IAsyncQueryable<TSource> Expand<TSource>(this System.Linq.IAsyncQueryable<TSource> source, System.Linq.Expressions.Expression<System.Func<TSource, System.Threading.CancellationToken, System.Threading.Tasks.ValueTask<System.Collections.Generic.IAsyncEnumerable<TSource>>>> selector) { }
  48. public static System.Linq.IAsyncQueryable<TSource> Finally<TSource>(this System.Linq.IAsyncQueryable<TSource> source, System.Action finallyAction) { }
  49. public static System.Linq.IAsyncQueryable<TSource> Finally<TSource>(this System.Linq.IAsyncQueryable<TSource> source, System.Linq.Expressions.Expression<System.Func<System.Threading.Tasks.Task>> finallyAction) { }
  50. public static System.Linq.IAsyncQueryable<TSource> IgnoreElements<TSource>(this System.Linq.IAsyncQueryable<TSource> source) { }
  51. public static System.Threading.Tasks.ValueTask<bool> IsEmptyAsync<TSource>(this System.Linq.IAsyncQueryable<TSource> source, System.Threading.CancellationToken cancellationToken = default) { }
  52. public static System.Threading.Tasks.ValueTask<TSource> MaxAsync<TSource>(this System.Linq.IAsyncQueryable<TSource> source, System.Collections.Generic.IComparer<TSource>? comparer, System.Threading.CancellationToken cancellationToken = default) { }
  53. public static System.Threading.Tasks.ValueTask<System.Collections.Generic.IList<TSource>> MaxByAsync<TSource, TKey>(this System.Linq.IAsyncQueryable<TSource> source, System.Linq.Expressions.Expression<System.Func<TSource, System.Threading.Tasks.ValueTask<TKey>>> keySelector, System.Threading.CancellationToken cancellationToken = default) { }
  54. public static System.Threading.Tasks.ValueTask<System.Collections.Generic.IList<TSource>> MaxByAsync<TSource, TKey>(this System.Linq.IAsyncQueryable<TSource> source, System.Linq.Expressions.Expression<System.Func<TSource, TKey>> keySelector, System.Threading.CancellationToken cancellationToken = default) { }
  55. public static System.Threading.Tasks.ValueTask<System.Collections.Generic.IList<TSource>> MaxByAsync<TSource, TKey>(this System.Linq.IAsyncQueryable<TSource> source, System.Linq.Expressions.Expression<System.Func<TSource, System.Threading.CancellationToken, System.Threading.Tasks.ValueTask<TKey>>> keySelector, System.Threading.CancellationToken cancellationToken = default) { }
  56. public static System.Threading.Tasks.ValueTask<System.Collections.Generic.IList<TSource>> MaxByAsync<TSource, TKey>(this System.Linq.IAsyncQueryable<TSource> source, System.Linq.Expressions.Expression<System.Func<TSource, System.Threading.Tasks.ValueTask<TKey>>> keySelector, System.Collections.Generic.IComparer<TKey>? comparer, System.Threading.CancellationToken cancellationToken = default) { }
  57. public static System.Threading.Tasks.ValueTask<System.Collections.Generic.IList<TSource>> MaxByAsync<TSource, TKey>(this System.Linq.IAsyncQueryable<TSource> source, System.Linq.Expressions.Expression<System.Func<TSource, TKey>> keySelector, System.Collections.Generic.IComparer<TKey>? comparer, System.Threading.CancellationToken cancellationToken = default) { }
  58. public static System.Threading.Tasks.ValueTask<System.Collections.Generic.IList<TSource>> MaxByAsync<TSource, TKey>(this System.Linq.IAsyncQueryable<TSource> source, System.Linq.Expressions.Expression<System.Func<TSource, System.Threading.CancellationToken, System.Threading.Tasks.ValueTask<TKey>>> keySelector, System.Collections.Generic.IComparer<TKey>? comparer, System.Threading.CancellationToken cancellationToken = default) { }
  59. public static System.Linq.IAsyncQueryable<TSource> Merge<TSource>(this System.Linq.IAsyncQueryable<System.Collections.Generic.IAsyncEnumerable<TSource>> sources) { }
  60. public static System.Threading.Tasks.ValueTask<TSource> MinAsync<TSource>(this System.Linq.IAsyncQueryable<TSource> source, System.Collections.Generic.IComparer<TSource>? comparer, System.Threading.CancellationToken cancellationToken = default) { }
  61. public static System.Threading.Tasks.ValueTask<System.Collections.Generic.IList<TSource>> MinByAsync<TSource, TKey>(this System.Linq.IAsyncQueryable<TSource> source, System.Linq.Expressions.Expression<System.Func<TSource, System.Threading.Tasks.ValueTask<TKey>>> keySelector, System.Threading.CancellationToken cancellationToken = default) { }
  62. public static System.Threading.Tasks.ValueTask<System.Collections.Generic.IList<TSource>> MinByAsync<TSource, TKey>(this System.Linq.IAsyncQueryable<TSource> source, System.Linq.Expressions.Expression<System.Func<TSource, TKey>> keySelector, System.Threading.CancellationToken cancellationToken = default) { }
  63. public static System.Threading.Tasks.ValueTask<System.Collections.Generic.IList<TSource>> MinByAsync<TSource, TKey>(this System.Linq.IAsyncQueryable<TSource> source, System.Linq.Expressions.Expression<System.Func<TSource, System.Threading.CancellationToken, System.Threading.Tasks.ValueTask<TKey>>> keySelector, System.Threading.CancellationToken cancellationToken = default) { }
  64. public static System.Threading.Tasks.ValueTask<System.Collections.Generic.IList<TSource>> MinByAsync<TSource, TKey>(this System.Linq.IAsyncQueryable<TSource> source, System.Linq.Expressions.Expression<System.Func<TSource, System.Threading.Tasks.ValueTask<TKey>>> keySelector, System.Collections.Generic.IComparer<TKey>? comparer, System.Threading.CancellationToken cancellationToken = default) { }
  65. public static System.Threading.Tasks.ValueTask<System.Collections.Generic.IList<TSource>> MinByAsync<TSource, TKey>(this System.Linq.IAsyncQueryable<TSource> source, System.Linq.Expressions.Expression<System.Func<TSource, TKey>> keySelector, System.Collections.Generic.IComparer<TKey>? comparer, System.Threading.CancellationToken cancellationToken = default) { }
  66. public static System.Threading.Tasks.ValueTask<System.Collections.Generic.IList<TSource>> MinByAsync<TSource, TKey>(this System.Linq.IAsyncQueryable<TSource> source, System.Linq.Expressions.Expression<System.Func<TSource, System.Threading.CancellationToken, System.Threading.Tasks.ValueTask<TKey>>> keySelector, System.Collections.Generic.IComparer<TKey>? comparer, System.Threading.CancellationToken cancellationToken = default) { }
  67. public static System.Linq.IAsyncQueryable<TSource> OnErrorResumeNext<TSource>(this System.Linq.IAsyncQueryable<TSource> first, System.Collections.Generic.IAsyncEnumerable<TSource> second) { }
  68. public static System.Linq.IAsyncQueryable<TSource> Repeat<TSource>(this System.Linq.IAsyncQueryable<TSource> source) { }
  69. public static System.Linq.IAsyncQueryable<TSource> Repeat<TSource>(this System.Linq.IAsyncQueryable<TSource> source, int count) { }
  70. public static System.Linq.IAsyncQueryable<TSource> Retry<TSource>(this System.Linq.IAsyncQueryable<TSource> source) { }
  71. public static System.Linq.IAsyncQueryable<TSource> Retry<TSource>(this System.Linq.IAsyncQueryable<TSource> source, int retryCount) { }
  72. public static System.Linq.IAsyncQueryable<TSource> Scan<TSource>(this System.Linq.IAsyncQueryable<TSource> source, System.Linq.Expressions.Expression<System.Func<TSource, TSource, System.Threading.Tasks.ValueTask<TSource>>> accumulator) { }
  73. public static System.Linq.IAsyncQueryable<TSource> Scan<TSource>(this System.Linq.IAsyncQueryable<TSource> source, System.Linq.Expressions.Expression<System.Func<TSource, TSource, TSource>> accumulator) { }
  74. public static System.Linq.IAsyncQueryable<TSource> Scan<TSource>(this System.Linq.IAsyncQueryable<TSource> source, System.Linq.Expressions.Expression<System.Func<TSource, TSource, System.Threading.CancellationToken, System.Threading.Tasks.ValueTask<TSource>>> accumulator) { }
  75. public static System.Linq.IAsyncQueryable<TAccumulate> Scan<TSource, TAccumulate>(this System.Linq.IAsyncQueryable<TSource> source, TAccumulate seed, System.Linq.Expressions.Expression<System.Func<TAccumulate, TSource, System.Threading.Tasks.ValueTask<TAccumulate>>> accumulator) { }
  76. public static System.Linq.IAsyncQueryable<TAccumulate> Scan<TSource, TAccumulate>(this System.Linq.IAsyncQueryable<TSource> source, TAccumulate seed, System.Linq.Expressions.Expression<System.Func<TAccumulate, TSource, TAccumulate>> accumulator) { }
  77. public static System.Linq.IAsyncQueryable<TAccumulate> Scan<TSource, TAccumulate>(this System.Linq.IAsyncQueryable<TSource> source, TAccumulate seed, System.Linq.Expressions.Expression<System.Func<TAccumulate, TSource, System.Threading.CancellationToken, System.Threading.Tasks.ValueTask<TAccumulate>>> accumulator) { }
  78. public static System.Linq.IAsyncQueryable<TOther> SelectMany<TSource, TOther>(this System.Linq.IAsyncQueryable<TSource> source, System.Collections.Generic.IAsyncEnumerable<TOther> other) { }
  79. public static System.Linq.IAsyncQueryable<TSource> StartWith<TSource>(this System.Linq.IAsyncQueryable<TSource> source, params TSource[] values) { }
  80. public static System.Linq.IAsyncQueryable<TSource> Timeout<TSource>(this System.Linq.IAsyncQueryable<TSource> source, System.TimeSpan timeout) { }
  81. }
  82. }