dotnet/linker

Improve WellKnownType checking performance

jtschuster opened this issue · 0 comments

We could improve IsTypeOf(WellKnownType) and GetWellKnownType performance by caching the types in LinkContext and comparing MetadataToken for IsTypeOf instead of a string comparison on namespace and name.