Posts
Sort by recent activity
.NET 4 Beta 2 - empty methods
Reflector 5.1.6.0 shows all methods as empty in assemblies from .NET 4 beta 2
Does .NET Reflector (standalone) supports .NET 4 Beta 2?
Getting exception on disassembling any class/method in .NET 4 Beta 2.
Translation failure in 'System.Uri..ctor(String)' in 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089...
API: How to search for references
For my add-in I need to look for references of methods, types and fields. Reflector can do this using "Analyzer". But I can't find out how to make a search using API.
Any tips?