4 references to Rename
Microsoft.CodeAnalysis.EditorFeatures (4)
InlineRename\CommandHandlers\AbstractRenameCommandHandler.cs (1)
27public string DisplayName => EditorFeaturesResources.Rename;
InlineRename\CommandHandlers\AbstractRenameCommandHandler_RenameHandler.cs (1)
142notificationService.SendNotification(message, title: EditorFeaturesResources.Rename, severity: NotificationSeverity.Error);
InlineRename\CommandHandlers\RenameCommandHandler.cs (1)
83notificationService?.SendNotification(ex.Message, title: EditorFeaturesResources.Rename, severity: NotificationSeverity.Error);
Intents\RenameIntentProvider.cs (1)
56return [new IntentProcessorResult(renameReplacementInfo.NewSolution, [.. renameReplacementInfo.DocumentIds], EditorFeaturesResources.Rename, WellKnownIntents.Rename)];