Search with Pattern - specifying argument types

Is it possible to write a 'Search with Pattern' to find a function call with specific argument types?

eg: i want to find calls to 'new DateTime()' where the 7 arguments are all Int32, but not calls where there are 6 arguments of type Int32 followed by a 7th of type DateTimeKind

 

0

Please sign in to leave a comment.