You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a member is implementing an interface member, often we run into cases where it is only invoked via the interface member (very common in asp.net core). In this case ILSpy does not find any usages of it and requires us to analyze the interface member to find its possible usages. I would like to see an additional option under the member for Implements that would list the interface member it is implementing (or list it under Exposed By if it makes sense). That would make it little easier to find the usages.
The text was updated successfully, but these errors were encountered:
When a member is implementing an interface member, often we run into cases where it is only invoked via the interface member (very common in asp.net core). In this case ILSpy does not find any usages of it and requires us to analyze the interface member to find its possible usages. I would like to see an additional option under the member for
Implements
that would list the interface member it is implementing (or list it underExposed By
if it makes sense). That would make it little easier to find the usages.The text was updated successfully, but these errors were encountered: