-
Notifications
You must be signed in to change notification settings - Fork 789
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix finding references to interface methods #15951
Conversation
All the debug key store stuff is just for the convenience and not directly related to the bug, right? |
Yes. And it should all be disabled and not adding any overhead - unless you manually enable it for debugging. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Out of curiousity, in plain language, how does this fix the bug given that you don't touch editor code here?
IMO this doesn't feel like a very elegant thing, but if this fixes the bug and we don't have a better idea...
Finding references is a feature of Compiler Service, not editor. If we want to make it more elegant we probably have to come up with a different system. Might be interesting to see how Roslyn does it. |
A more thorough fix for #15371