开发者

In Visual Studio 2008 is there a way to find all references that have no references for all methods not just 1 at a time?

开发者 https://www.devze.com 2023-01-20 15:21 出处:网络
I know you can right click on an individual method and find all references for a single method but is there a way to find all references where there is only the method definition returned开发者_如何学

I know you can right click on an individual method and find all references for a single method but is there a way to find all references where there is only the method definition returned开发者_如何学编程 (i.e. no external references to the method).


In the standard Visual Studio install there is no built-in command that will do this. However there are other tools out there that have this functionality. Most notably is NDepend

0

精彩评论

暂无评论...
验证码 换一张
取 消