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