Posts
Sort by recent activity
Enable "Analyze" function for enum members
A function I often missed in .NET Reflector is to find the usages of a single enumeration member.
E.g. go to type System.Windows.Forms.ComboBoxStyle in Browser pane.
Invoke Analyze on the whole typ...