NDepend query should not return methods like ToString or ToInt32
I am struggling with a simple NDepend query that should return all methods that are not called by any other method (dead code) but not methods with names like ToString() or ToInt32().
Getting all Messagebox.Show() calls with only a single parameter with a NDepend query
I need a CQLinq query (NDepend) that returns the names of methods that contain a Messagebox.Show() call and their number of parameters like 1 for Messagebox.Show("Hullo")
.