1. 05 10月, 2017 1 次提交
  2. 29 9月, 2017 1 次提交
  3. 27 9月, 2017 1 次提交
  4. 23 9月, 2017 1 次提交
  5. 22 9月, 2017 1 次提交
  6. 21 9月, 2017 4 次提交
  7. 16 9月, 2017 2 次提交
  8. 15 9月, 2017 1 次提交
  9. 13 9月, 2017 2 次提交
  10. 12 9月, 2017 2 次提交
  11. 11 9月, 2017 2 次提交
  12. 09 9月, 2017 1 次提交
  13. 06 9月, 2017 1 次提交
    • M
      Address feedback from the design meeting and only expose the top level... · 78edd7c7
      Manish Vasani 提交于
      Address feedback from the design meeting and only expose the top level ITranslatedQueryExpression IOperation for v1.
      
      We longer expose any special IOperation nodes for query clauses/operators, but just the underlying query plan. For v2, we hope to enhance the APIs to expose a richer query API.
      
      Another design decision was to rewrite VB query lambdas into regular lambda, so we have parity between C# and VB operation trees.
      This change refactors the VB query lambda local rewriting code to be consumed from the VB operation factory for the same.
      The rewriter introduces a large number of DAGs, and we handle them in the operation factory rewriter by cloning the duplicate bound nodes in the lowered tree.
      78edd7c7
  14. 02 9月, 2017 1 次提交
    • M
      Changes as per the design team decision: · d290266e
      Manish Vasani 提交于
      1) Use IDynamicInvocationExpression for VB late bound invocation and C# dynamic invocation.
      2) Use IDynamicIndexerAccessExpression for C# dynamic indexer access; not used in VB.
      3) Remove IDynamicObjectCreationExpression.MemberName property.
      4) Add extension methods on IHasDynamicArgumentExpression to get optional argument name and ref kind for an argument at a given index.
      d290266e
  15. 01 9月, 2017 1 次提交
  16. 31 8月, 2017 3 次提交
  17. 30 8月, 2017 5 次提交
  18. 29 8月, 2017 1 次提交
  19. 26 8月, 2017 2 次提交
  20. 25 8月, 2017 1 次提交
  21. 24 8月, 2017 1 次提交
  22. 23 8月, 2017 2 次提交
  23. 22 8月, 2017 1 次提交
  24. 19 8月, 2017 2 次提交