mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
The WPF frontend uses a type-only overlay mapper that shows protected internal types with the plain protected badge, while members get the combined protected-internal badge; the Avalonia frontend ran both through the shared Images.GetOverlay and so badged types differently. Restore the type-only mapping in TypeTreeNode.GetIcon, which now also covers search results and every other caller of the helper. Assisted-by: Claude:claude-fable-5:Claude Codepull/4044/head
2 changed files with 23 additions and 2 deletions
Loading…
Reference in new issue