I'd like to find every call to any method of any object of a specified Class in the entire workspace.
I know how to find every call to a specific method and also every call to the constructor of a specific class but not how to find every call to any method.