1. 21 8月, 2019 1 次提交
  2. 24 7月, 2019 1 次提交
  3. 05 6月, 2019 1 次提交
    • J
      Add a set of wrapper ITypeSymbols that carry nullability along · 077d536b
      Jason Malinowski 提交于
      Currently, the APIs for nullable reference types take a model that
      instead of the top level nullability of a named type being on the
      INamedTypeSymbol, it's carried along as a separate piece of information.
      This causes a lot of churn for code that is used to passing along
      ITypeSymbols today; one way to ease this is simply create a set of
      wrapper types which carry it along for us but still implement
      ITypeSymbol.
      077d536b