1. 25 7月, 2018 1 次提交
    • A
      Add cache for GetTypeByMetadataName (#28778) · d84e0a04
      Andy Gocke 提交于
      This seems to be a popular call among analyzers, especially XUnit. It's a
      reasonable way to acquire a well-known analyzer type, but analyzers often
      don't save the resulting symbol. This causes significant CPU work to be done
      repeatedly as XUnit looks for the same symbol over and over, passing in the
      same type name each time.
      
      A very small, simple cache seems to solve the problem without requiring any
      changes on the XUnit side.
      d84e0a04
  2. 24 7月, 2018 4 次提交
  3. 23 7月, 2018 1 次提交
  4. 21 7月, 2018 4 次提交
  5. 20 7月, 2018 12 次提交
  6. 19 7月, 2018 17 次提交
  7. 18 7月, 2018 1 次提交