21 references to Error
Microsoft.CodeAnalysis.EditorFeatures (14)
ChangeSignature\AbstractChangeSignatureCommandHandler.cs (2)
154ShowMessage(FeaturesResources.The_member_is_defined_in_metadata, NotificationSeverity.Error, operationContext, notificationService); 157ShowMessage(FeaturesResources.You_can_only_change_the_signature_of_a_constructor_indexer_method_or_delegate, NotificationSeverity.Error, operationContext, notificationService);
CodeActions\CodeActionEditHandlerService.cs (1)
115severity: NotificationSeverity.Error);
EncapsulateField\AbstractEncapsulateFieldCommandHandler.cs (1)
91notificationService.SendNotification(EditorFeaturesResources.Please_select_the_definition_of_the_field_to_encapsulate, severity: NotificationSeverity.Error);
Extensibility\NavigationBar\AbstractEditorNavigationBarItemService.cs (1)
66notificationService.SendNotification(EditorFeaturesResources.The_definition_of_the_object_is_hidden, severity: NotificationSeverity.Error);
ExtractMethod\ExtractMethodCommandHandler.cs (1)
240severity: NotificationSeverity.Error);
InlineRename\CommandHandlers\AbstractRenameCommandHandler_RenameHandler.cs (1)
141notificationService.SendNotification(message, title: EditorFeaturesResources.Rename, severity: NotificationSeverity.Error);
InlineRename\CommandHandlers\RenameCommandHandler.cs (1)
82notificationService?.SendNotification(ex.Message, title: EditorFeaturesResources.Rename, severity: NotificationSeverity.Error);
InlineRename\InlineRenameSession.cs (2)
896return (NotificationSeverity.Error, EditorFeaturesResources.Rename_operation_was_cancelled_or_is_not_valid); 913return (NotificationSeverity.Error, EditorFeaturesResources.Rename_operation_could_not_complete_due_to_external_change_to_workspace);
RenameTracking\RenameTrackingTaggerProvider.RenameTrackingCodeAction.cs (1)
95?.SendNotification(EditorFeaturesResources.The_rename_tracking_session_was_cancelled_and_is_no_longer_available, severity: NotificationSeverity.Error);
RenameTracking\RenameTrackingTaggerProvider.RenameTrackingCommitter.cs (3)
150return (NotificationSeverity.Error, EditorFeaturesResources.Rename_operation_was_cancelled_or_is_not_valid); 237return (NotificationSeverity.Error, EditorFeaturesResources.Rename_operation_could_not_complete_due_to_external_change_to_workspace); 277return (NotificationSeverity.Error, EditorFeaturesResources.Rename_operation_could_not_complete_due_to_external_change_to_workspace);
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Internal\Editor\FSharpNavigationBarItemService.cs (1)
82notificationService.SendNotification(EditorFeaturesResources.The_definition_of_the_object_is_hidden, severity: NotificationSeverity.Error);
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (1)
Notification\OmniSharpNotificationSeverity.cs (1)
13Error = NotificationSeverity.Error
Microsoft.CodeAnalysis.Features (1)
ExtractInterface\AbstractExtractInterfaceService.cs (1)
71errorHandler(typeAnalysisResult.ErrorMessage, NotificationSeverity.Error);
Microsoft.VisualStudio.LanguageServices (3)
FindReferences\StreamingFindUsagesPresenter.cs (1)
339NotificationSeverity.Error => KnownMonikers.StatusError,
Packaging\PackageInstallerServiceFactory.cs (2)
357severity: NotificationSeverity.Error); 418severity: NotificationSeverity.Error);
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchQueryExecutor.cs (1)
125canceled ? NotificationSeverity.Information : NotificationSeverity.Error,