Keven Cook
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created 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...