1
0
Эх сурвалжийг харах

Enabling AsAsyncQueryable for Portable Library build flavors.

Bart De Smet 10 жил өмнө
parent
commit
0e8b69c077

+ 0 - 2
Ix.NET/Source/System.Interactive.Async.Providers/AsyncQueryable.cs

@@ -10,7 +10,6 @@ namespace System.Linq
     /// </summary>
     public static partial class AsyncQueryable
     {
-#if !CRIPPLED_REFLECTION
         /// <summary>
         /// Converts the specified asynchronous enumerable sequence to an expression representation.
         /// </summary>
@@ -30,7 +29,6 @@ namespace System.Linq
 
             return new AsyncEnumerableQuery<TElement>(source);
         }
-#endif
 
         private static Expression GetSourceExpression<TSource>(IAsyncEnumerable<TSource> source)
         {