How I can find all extension methods in solution ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If I were doing it I would search all files for the string “( this ” — your search string may differ based on your formatting options.
EDIT: After a little bit of experimentation, the following seems to work for me with high precision using “Find in Files” (Ctrl-Shift-F)
\( this [A-Za-z]” (minus quotes, of course)