4 references to ShowErrorDialogAsync
Microsoft.CodeAnalysis.EditorFeatures (4)
InlineRename\CommandHandlers\AbstractRenameCommandHandler_RenameHandler.cs (4)
63await ShowErrorDialogAsync(workspace, FeaturesResources.You_must_rename_an_identifier).ConfigureAwait(false); 106await ShowErrorDialogAsync(workspace, FeaturesResources.You_must_rename_an_identifier).ConfigureAwait(false); 116await ShowErrorDialogAsync(workspace, FeaturesResources.You_must_rename_an_identifier).ConfigureAwait(false); 123await ShowErrorDialogAsync(workspace, sessionInfo.LocalizedErrorMessage).ConfigureAwait(false);