rjmholt/ModuleAnalyzer

Make type names for caching use a consistent, universal naming scheme

rjmholt opened this issue · 0 comments

For type metadata caching, the cache should move to using something like an assembly qualified name. Rather than a simple dictionary, a trie of some kind might be a better idea.