8 references to Rename
Microsoft.CodeAnalysis.EditorFeatures (5)
InlineRename\CommandHandlers\AbstractRenameCommandHandler.cs (1)
34public string DisplayName => EditorFeaturesResources.Rename;
InlineRename\CommandHandlers\AbstractRenameCommandHandler_RenameHandler.cs (1)
135notificationService.SendNotification(message, title: EditorFeaturesResources.Rename, severity: NotificationSeverity.Error);
InlineRename\InlineRenameSession.cs (2)
792title: EditorFeaturesResources.Rename, 829string.Format(EditorFeaturesResources.Preview_Changes_0, EditorFeaturesResources.Rename),
Intents\RenameIntentProvider.cs (1)
57return ImmutableArray.Create(new IntentProcessorResult(renameReplacementInfo.NewSolution, renameReplacementInfo.DocumentIds.ToImmutableArray(), EditorFeaturesResources.Rename, WellKnownIntents.Rename));
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineRename\CommandHandlers\RenameCommandHandler.cs (1)
113notificationService?.SendNotification(ex.Message, title: EditorFeaturesResources.Rename, severity: NotificationSeverity.Error);
InlineRename\UI\Dashboard\RenameDashboard.xaml.cs (1)
344notificationService.SendNotification(ex.Message, title: EditorFeaturesResources.Rename, severity: NotificationSeverity.Error);
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (1)
Rename\InlineRenameTests.vb (1)
1110Assert.Equal(String.Format(EditorFeaturesResources.Preview_Changes_0, EditorFeaturesResources.Rename), previewService.Title)