1. 28 2月, 2020 5 次提交
  2. 27 2月, 2020 2 次提交
  3. 26 2月, 2020 1 次提交
  4. 25 2月, 2020 13 次提交
  5. 22 2月, 2020 4 次提交
  6. 21 2月, 2020 2 次提交
  7. 20 2月, 2020 5 次提交
  8. 19 2月, 2020 2 次提交
  9. 14 2月, 2020 1 次提交
    • A
      Improve SubstitutedMethodSymbol.GetHashCode (#41674) · 82a17a58
      Andy Gocke 提交于
      The changes made in https://github.com/dotnet/roslyn/pull/41123 fix the
      GetHashCode for SubstitutedMethodSymbol for more nullability scenarios,
      but end up hashing all generic methods with a non-generic containing
      type into the same bucket. This can cause large performance regressions
      for the compiler.
      
      This change ensures that substituted symbols which have substitutions
      equivalent to their original methods' type parameter continue to be
      equal, but substituted methods with different type substitutions are not
      considered equal.
      82a17a58
  10. 13 2月, 2020 3 次提交
  11. 11 2月, 2020 1 次提交
  12. 10 2月, 2020 1 次提交