Hello! We are wondering if there is any way to get an unique identifying string for a method using cecil. We tried the FullName property, but unfortunately it's not working properly with generic methods (for example number of generic parameters is missing, etc.)
We try to detect all overrides and so far we found no cecil implementation for this. Best regards, C. S. -- -- mono-cecil
