1. 16 5月, 2020 1 次提交
  2. 23 1月, 2020 1 次提交
  3. 05 9月, 2019 1 次提交
  4. 19 7月, 2019 1 次提交
  5. 11 7月, 2019 1 次提交
  6. 20 11月, 2018 1 次提交
  7. 11 9月, 2018 1 次提交
  8. 24 3月, 2018 1 次提交
  9. 23 8月, 2017 1 次提交
  10. 02 8月, 2017 1 次提交
  11. 16 3月, 2017 2 次提交
  12. 15 3月, 2017 1 次提交
  13. 21 2月, 2017 1 次提交
  14. 09 2月, 2017 1 次提交
  15. 02 2月, 2017 1 次提交
  16. 21 11月, 2016 1 次提交
  17. 12 10月, 2016 1 次提交
  18. 08 10月, 2016 1 次提交
  19. 24 6月, 2016 1 次提交
  20. 26 5月, 2016 1 次提交
  21. 19 5月, 2016 1 次提交
    • R
      Fix #11193 · 79bfc0e0
      Ravi Chande 提交于
      When a SymbolId is created from a local symbol that comes from a
      SpeculativeSemanticModel, GetInteriorSymbols crashes because it assumes
      taht the LocalSymbol and its containing MethodSymbol have the same
      SyntaxTree. With the change to use SymbolId in Completion, this causes
      frequent crashes. Augment GetInteriorSymbols to not crash; this may cause
      the completion tooltip to show incorrect type data if a local with the
      same name is created multiple times in a method.
      79bfc0e0
  22. 30 4月, 2016 1 次提交