reverse dependencies

Is there any way of browing all the references from a class (or method) to anything else.  This is like the reverse of "All Usages", it instead finds everything that "is used"

I suspect the information is already available within R#, but I cant find anyway to display it.

This would be really useful to give an idea of what things a class depends on.

0
2 comments
Avatar
Permanently deleted user

Hello David,

You can easily browse all references "from" a class by right-clicking the
corresponding .cs file in Solution Explorer and running 'Find Symbols External
to Scope'. Let me know if this helps. Thank you!

Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"

Is there any way of browing all the references from a class (or
method) to anything else.  This is like the reverse of "All Usages",
it instead finds everything that "is used"

I suspect the information is already available within R#, but I cant
find anyway to display it.

This would be really useful to give an idea of what things a class
depends on.

---
Original message URL:
http://devnet.jetbrains.net/message/5320899#5320899



0

Brilliant - thats exactly what I wanted

Shame its not available on a class / method from within the "Inspect" context menu as well.

0

Please sign in to leave a comment.