Skip to content

Fix finding references to CtorGroup #15884

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

Merged
merged 2 commits into from
Aug 30, 2023
Merged

Fix finding references to CtorGroup #15884

merged 2 commits into from
Aug 30, 2023

Conversation

0101
Copy link
Contributor

@0101 0101 commented Aug 28, 2023

Fixes #15721

There are two issues

  1. writing to itemKeyStore where without the new it's an ILMeth instead of FSMeth for some reason and that's written differently.
  2. with "fast find references" because DisplayNameCore for it is ".ctor" instead of the type name.

I tried to fix those, let's see if something else depended on the original behavior...

I couldn't reproduce the "You cannot rename this element" dialogue or the first rename failure after adding new.

@0101 0101 requested a review from a team as a code owner August 28, 2023 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Renaming works weirdly for disposable types
3 participants