1 write to _newName
Microsoft.VisualStudio.LanguageServices (1)
Workspace\VisualStudioSymbolRenamedCodeActionOperationFactoryWorkspaceService.cs (1)
62
_newName
= newName;
3 references to _newName
Microsoft.VisualStudio.LanguageServices (3)
Workspace\VisualStudioSymbolRenamedCodeActionOperationFactoryWorkspaceService.cs (3)
77
if (refactorNotifyService.TryOnBeforeGlobalSymbolRenamed(workspace, updatedDocumentIds, _symbol,
_newName
, throwOnFailure: false))
79
refactorNotifyService.TryOnAfterGlobalSymbolRenamed(workspace, updatedDocumentIds, _symbol,
_newName
, throwOnFailure: false);
84
public override string Title => string.Format(EditorFeaturesResources.Rename_0_to_1, _symbol.Name,
_newName
);