1. 06 8月, 2019 1 次提交
  2. 30 7月, 2019 1 次提交
  3. 22 5月, 2019 1 次提交
  4. 21 5月, 2019 1 次提交
  5. 27 3月, 2019 1 次提交
  6. 15 12月, 2018 1 次提交
  7. 10 12月, 2018 1 次提交
  8. 23 10月, 2018 2 次提交
  9. 27 9月, 2018 1 次提交
    • M
      Add support for displaying reference kind to Find All References window. · 9ee0805a
      Manish Vasani 提交于
      Implementation of the custom column support has been kept extensible, so that each reference item can have customized key-values info, where key corresponds to the name of the custom dynamic column and values are set of one or more values the table entry. Columns become dynamically visible if at least one row in the table has a value for it.
      
      Fixes #24877
      9ee0805a
  10. 01 7月, 2018 1 次提交
  11. 21 3月, 2018 1 次提交
  12. 09 8月, 2017 1 次提交
    • J
      Don't pick a project arbitrarily when navigating to symbols · b1d19282
      Jason Malinowski 提交于
      When we were navigating to a symbol with Go to Definition, we were
      roundtripping the symbol to a symbol key, and then trying to
      reconstitute the symbol by finding a project that had the reference
      and then grabbing that symbol. There are two problems with this
      approach:
      
      1. We might get the symbol for the wrong language, which impacts the
         language we use to generate metadata as source. This fixes
         dotnet/roslyn#16818.
      
      2. We might not even get the right symbol. Assembly identity in this
         case was using display name, which could be the wrong portable
         surface area or wrong version.
      
      The fix is to instead carry along the project ID of the originating
      symbol, and resolve against that.
      b1d19282
  13. 15 7月, 2017 1 次提交
  14. 17 6月, 2017 1 次提交
  15. 29 5月, 2017 1 次提交
  16. 17 5月, 2017 1 次提交
  17. 23 4月, 2017 2 次提交
  18. 21 4月, 2017 1 次提交
  19. 20 4月, 2017 3 次提交
  20. 14 3月, 2017 2 次提交
  21. 13 3月, 2017 1 次提交
  22. 11 3月, 2017 1 次提交
  23. 10 3月, 2017 1 次提交
  24. 01 12月, 2016 1 次提交
  25. 30 11月, 2016 1 次提交
  26. 20 11月, 2016 2 次提交
  27. 18 11月, 2016 1 次提交
  28. 10 11月, 2016 1 次提交
  29. 24 9月, 2016 1 次提交
  30. 07 8月, 2016 1 次提交
  31. 06 8月, 2016 1 次提交
  32. 31 7月, 2016 2 次提交
  33. 30 7月, 2016 1 次提交