Does anyone know if such a tool exists? Online or offline? Basically I'm looking for a Google search indexer which only crawls over class names, field names and method names in the .NET framework assemblies (custom assemblies too would be great). This would allow for fast searching. I know Reflector has this search capability but it's not indexed, it's slow and it only searches the assemblies that are currently loaded. I would like one that searches all .NET managed assemblies.
Cheers, Jonathan.