mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
When --navigateto (-n) is supplied on the command line the user is asking us to navigate to a specific entity. Today's code restores the previously-saved tree path AND then runs the explicit target, which produces two concurrent decompiles racing on SelectedItem (last write wins). The saved decompile contaminates perf measurements taken via `-n T:Some.Type` and adds GC pressure to startup for no user benefit. Assisted-by: Claude:claude-opus-4-7:Claude Codepull/3755/head
1 changed files with 8 additions and 0 deletions
Loading…
Reference in new issue