4 references to Start_Rename
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineRename\UndoManagerServiceFactory.cs (2)
64using var undoTransaction = undoHistory.CreateTransaction(EditorFeaturesResources.Start_Rename); 85using var undoTransaction = undoHistory.CreateTransaction(EditorFeaturesResources.Start_Rename);
Microsoft.VisualStudio.LanguageServices (2)
InlineRename\InlineRenameUndoManager.cs (2)
110var startRenameUndoPrimitive = new RenameUndoPrimitive(EditorFeaturesResources.Start_Rename); 141compoundAction.OpenCompoundAction(EditorFeaturesResources.Start_Rename);