I have a solution. I have an interface. I have several classes that implement the interface.
I can use "Find All References" in order to find where the interface is implemented, but it also returns results where the interface is the return type, or where a class explicitly implements an interface's method.
Is there a better way to quickly/easily find which classes implement the interface?