浏览代码

Enabling AsAsyncQueryable for Portable Library build flavors.

Bart De Smet 10 年之前
父节点
当前提交
0e8b69c077
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      Ix.NET/Source/System.Interactive.Async.Providers/AsyncQueryable.cs

+ 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)
         {