1 write to _symbol
Microsoft.VisualStudio.LanguageServices (1)
Workspace\VisualStudioSymbolRenamedCodeActionOperationFactoryWorkspaceService.cs (1)
59_symbol = symbol;
3 references to _symbol
Microsoft.VisualStudio.LanguageServices (3)
Workspace\VisualStudioSymbolRenamedCodeActionOperationFactoryWorkspaceService.cs (3)
75if (refactorNotifyService.TryOnBeforeGlobalSymbolRenamed(workspace, updatedDocumentIds, _symbol, _newName, throwOnFailure: false)) 77refactorNotifyService.TryOnAfterGlobalSymbolRenamed(workspace, updatedDocumentIds, _symbol, _newName, throwOnFailure: false); 82public override string Title => string.Format(WorkspacesResources.Rename_0_to_1, _symbol.Name, _newName);