Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: implement 'method implements interface' analyzer #398

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

who-dat-sew
Copy link

Link to issue(s) this pull request covers:
-

Problem

I want to find all the interface methods that are implemented by the analyzed method. This makes navigating unknown assemblies easier if they are predominantly programmed against interfaces instead of classes.

Solution

The 'method implements interface' analyzer shows all interface methods that are implemented by the analyzed method.

The implementation is analogous to the 'interface method implemented by' analyzer (InterfaceMethodImplementedByNode.cs), that implements the reverse analysis direction of the analyzer implemented here in this commit.

In the current state, COM interfaces are not considered in this analyzer.

The 'method implements interface' analyzer shows all interface methods that are implemented by the analyzed method.

The implementation is analogous to the 'interface method implemented by' analyzer (InterfaceMethodImplementedByNode.cs), that implements the reverse analysis direction of the analyzer implemented here in this commit.

In the current state, COM interfaces are not considered in this analyzer.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant