4 references to ShowErrorDialogAsync
Microsoft.CodeAnalysis.EditorFeatures (4)
InlineRename\CommandHandlers\AbstractRenameCommandHandler_RenameHandler.cs (4)
62await ShowErrorDialogAsync(workspace, FeaturesResources.You_must_rename_an_identifier).ConfigureAwait(false); 104await ShowErrorDialogAsync(workspace, FeaturesResources.You_must_rename_an_identifier).ConfigureAwait(false); 114await ShowErrorDialogAsync(workspace, FeaturesResources.You_must_rename_an_identifier).ConfigureAwait(false); 121await ShowErrorDialogAsync(workspace, sessionInfo.LocalizedErrorMessage).ConfigureAwait(false);