1. 12 9月, 2017 1 次提交
    • M
      Address PR feedback · 0bd479d6
      Manish Vasani 提交于
      1. Fix test issues
      2. Remove IHasDynamicArgumentsExpression interface and move the Arguments property from it to individual IDynamicXXXExpression nodes.
      3. Adjust the extension methods for GetArgumentName and GetArgumentRefKind accordingly.
      0bd479d6
  2. 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
  3. 31 8月, 2017 1 次提交
  4. 30 8月, 2017 4 次提交
  5. 29 8月, 2017 1 次提交
  6. 26 8月, 2017 2 次提交
  7. 25 8月, 2017 1 次提交
  8. 24 8月, 2017 1 次提交
  9. 23 8月, 2017 2 次提交
  10. 22 8月, 2017 1 次提交
  11. 19 8月, 2017 4 次提交
  12. 18 8月, 2017 2 次提交
  13. 17 8月, 2017 2 次提交
  14. 16 8月, 2017 7 次提交
  15. 15 8月, 2017 5 次提交
  16. 12 8月, 2017 4 次提交
  17. 11 8月, 2017 1 次提交