cecil
cecil copied to clipboard
Remove name cache that is not invalidated when renaming types
Fix for #628. We'll be losing a bit of performance on GetType(namespace, name) and GetType(fullName), but we were not invalidating the cache properly.
Any chance this would be merged still? I've been caught by this multiple times.