I have following code:
public class MyClass{ ... }
At same workspace I have following class
public class AnotherClass{
Try right-click on MyClassand then References->Workspace. I think this might be what you're looking for.
MyClass
References->Workspace
Also works on methods, variables etc.