4 references to Start_Rename
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineRename\UndoManagerServiceFactory.cs (2)
51using var undoTransaction = undoHistory.CreateTransaction(EditorFeaturesResources.Start_Rename); 72using var undoTransaction = undoHistory.CreateTransaction(EditorFeaturesResources.Start_Rename);
Microsoft.VisualStudio.LanguageServices (2)
InlineRename\InlineRenameUndoManager.cs (2)
91var startRenameUndoPrimitive = new RenameUndoPrimitive(EditorFeaturesResources.Start_Rename); 122compoundAction.OpenCompoundAction(EditorFeaturesResources.Start_Rename);