mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
A member synthesized for a dynamic access has no metadata token, so the navigation link it produced went nowhere. Emit it as a local-style reference (WriteLocalReference) instead: the hover renderer still shows the signature (it resolves any IEntity reference regardless of IsLocal), but the identifier is no longer a navigation target, matching how local variables are treated. The written text is unchanged. Assisted-by: Claude:claude-fable-5:Claude Codepull/3907/head
1 changed files with 25 additions and 1 deletions
Loading…
Reference in new issue