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.