Implemented interface member:
3 overrides of RenameSymbol
Microsoft.VisualStudio.LanguageServices.Implementation (3)
CodeModel\InternalElements\CodeImplementsStatement.cs (1)
104
public override void
RenameSymbol
(string newName)
CodeModel\InternalElements\CodeInheritsStatement.cs (1)
104
public override void
RenameSymbol
(string newName)
CodeModel\InternalElements\CodeOptionsStatement.cs (1)
102
public override void
RenameSymbol
(string newName)
1 reference to RenameSymbol
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\FileCodeModel_Refactoring.cs (1)
22
codeElement?.
RenameSymbol
(newName);