Rename symbol
does not work when applied on conversion operator return type
#77082
Labels
Rename symbol
does not work when applied on conversion operator return type
#77082
Full issue information + repro project:
https://github.com/just-ero/roslyn-issues-repros/tree/main/4.14.0/001_RenameSymbol_ConversionOperator
Version
Roslyn: 4.14.0-1.25074.7
Steps to Reproduce
Rename symbol
action on the return type in the conversion operator declarations.Expected Behavior
The symbol is renamed everywhere.
Actual Behavior
Repro1
: Only the name in the operator declaration is renamed.Repro2
: Nothing is renamed.The text was updated successfully, but these errors were encountered: