1. 06 8月, 2019 1 次提交
  2. 30 7月, 2019 1 次提交
  3. 15 6月, 2019 2 次提交
  4. 07 5月, 2019 2 次提交
  5. 27 3月, 2019 1 次提交
  6. 08 9月, 2018 1 次提交
    • M
      Add parameter CodeFixProvider: Add support for `this` and `base` constructor... · 150590ff
      Martin Strecker 提交于
      Add parameter CodeFixProvider: Add support for `this` and `base` constructor initializers invocations. (#29061)
      
      * Add support for this and base constructor initializers invocations.
      
      * Add WorkItem attribute to tests.
      
      * Fix error comments on tests.
      
      * Added tests for VB.
      
      * Refactor RegisterCodeFixesAsync.
      
      * Change visibility of some methods from protected to private and make some methods static.
      
      * Remove Async prefix from synchronous methods.
      
      * Simplify method signatures of "GetDataForFix_" methods.
      
      * Incorporated code review.
      
      * Return empty fixData to exit the loop if a known but unfixable node is found.
      
      * Handle VBs Me.New() calls properly.
      
      * Move method to make the PR diff easier to read.
      
      * Unify removal of constructor candidates.
      
      * Used named args for bool.
      
      * Added copyright banner.
      150590ff
  7. 01 7月, 2018 1 次提交
  8. 30 4月, 2018 1 次提交
  9. 19 3月, 2018 1 次提交
  10. 15 3月, 2018 3 次提交
  11. 14 3月, 2018 1 次提交
  12. 12 3月, 2018 1 次提交
  13. 10 3月, 2018 3 次提交
  14. 02 3月, 2018 2 次提交
  15. 28 2月, 2018 2 次提交
  16. 23 2月, 2018 4 次提交
  17. 22 2月, 2018 2 次提交
  18. 21 2月, 2018 2 次提交
  19. 16 2月, 2018 7 次提交
  20. 09 2月, 2018 2 次提交