NDepend -Finding dead methods
问题 I have two public methods A & B. I modified CQL to show me methods which are public and dead. If B is only called by A and A is coming as dead method(not called or referenced anywhere in the application) can NDepend show both the methods as dead by doing some settings or by CQL? In current scenario I am getting only A as dead method not B. 回答1: can NDepend show both the methods as dead by doing some settings or by CQL? Yes, NDepend can do that thanks to Code Rule over LINQ Query (CQLinq)