Is possible in Visual Studio (2012) to find all classes (or others sources) which depends from a given referenced assembly at design time ? How ?
Suppose, you think an assembly can be removed and a little refactoring or change could supply its absence, so you could just remove the assembly and try to work on the compiler errors. But if we need only analyse the impacts from removing some individual assemblies, or just to know which sources files depend on it, this work isn't better approached capturing compiler errors from each scenario removing and re-adding each assembly. So, is in Visual Studio a way to see that like others dependencies analyse already supported ?