dnSpyEx / dnSpy

Unofficial revival of the well known .NET debugger and assembly editor, dnSpy
GNU General Public License v3.0
7.01k stars 459 forks source link

Find references for a specific enum value #365

Closed Symbai closed 1 month ago

Symbai commented 1 month ago

Problem Description

At the moment we can only search for references for all of the enum values. On a large enum this leads to massive amount of false positive search results.

Proposal

Right click on an enum value and clicking on 'Analyze' should let us find all references where this specific enum value is being used.

Alternatives

If there is an existing alternative I'm happy to use that but I haven't found any

Additional Context

No response

PercyDan54 commented 1 month ago

50