I have a project with severa custom attributes in it (mainly using for testing).

I know that I can access them using system.reflection.

What I an wondering is if there is way to search my whole project and return a list of all the different custom attributes, and how many times they are used..........

Any help would be very appretiated