RenameSymbolAsync doesn't rename the symbol in the implementing class #46663
Labels
Area-IDE
Concept-API
This issue involves adding, removing, clarification, or modification of an API.
Feature - Rename
Resolution-By Design
The behavior reported in the issue matches the current design
Milestone
If I rename a method parameter in an interface through RenameSymbolAsync, it doesn't get updated in the implementing class.
For example:
The result is:
I was expecting it to be:
Found this while writing code fix in roslyn-analyzers repo. (dotnet/roslyn-analyzers#3706)
The text was updated successfully, but these errors were encountered: