Find constructors with more than 3 parameters with Resharpers pattern catalogue

Viewed 1228

Is it possible to create a search pattern in the pattern catalog of Resharper to find all constructors with more than 3 parameters?
If so, how?
My problem is that I don't know how to tell Resharper that only constructor definitions should match.

2 Answers
Related