Search only get or set references for property in VS2010?

c#, visual-studio, visual-studio-2010

Solution

I would suggest you to evalutate the ReSharper product which has extremely powerful features that enhance Visual Studio a lot.

Find Usages is what you are looking for.

If you find the ReSharper to be ok (and you will!) then go ahead and buy a license after evaluation.

Just make sure to try it out at least!

Problem

I use VS 2010 and C#. When I want to found all references to the methods or properties I press Shift+F12. It's possible to find only get or set references for examined property. It's possible? Maybe I should install any extension?

Original source