CodeSearch
Code Search is an add-in for .Net Reflector that allows searching within the source code.
You can search using plain text or regular expressions like =>
(try).+(catch)?You can search from the Assembly to the Function level. i.e. you can't search within all loaded assemblies at the same time
(maybe in the future)