15 references to Warning
Microsoft.CodeAnalysis.EditorFeatures (2)
ChangeSignature\AbstractChangeSignatureCommandHandler.cs (1)
120if (result.ConfirmationMessage != null && !notificationService.ConfirmMessageBox(result.ConfirmationMessage, severity: NotificationSeverity.Warning))
ExtractMethod\ExtractMethodCommandHandler.cs (1)
269severity: NotificationSeverity.Warning))
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Workspaces\TestWorkspace.cs (1)
106NotificationSeverity.Warning => "⚠",
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities2 (2)
Utilities\TestNotificationService.vb (2)
21Public Sub SendNotification(message As String, Optional title As String = Nothing, Optional severity As NotificationSeverity = NotificationSeverity.Warning) Implements INotificationService.SendNotification 27Public Function ConfirmMessageBox(message As String, Optional title As String = Nothing, Optional severity As NotificationSeverity = NotificationSeverity.Warning) As Boolean Implements INotificationService.ConfirmMessageBox
Microsoft.CodeAnalysis.EditorFeatures.Wpf (3)
Notification\EditorNotificationServiceFactory.cs (3)
50NotificationSeverity severity = NotificationSeverity.Warning) 68NotificationSeverity severity = NotificationSeverity.Warning) 88NotificationSeverity.Warning => MessageBoxImage.Warning,
Microsoft.CodeAnalysis.Features (3)
ChangeSignature\ChangeSignatureCodeActionOperation.cs (1)
48if (!notificationService.ConfirmMessageBox(ConfirmationMessage, severity: NotificationSeverity.Warning))
Notification\INotificationService.cs (2)
22NotificationSeverity severity = NotificationSeverity.Warning); 34NotificationSeverity severity = NotificationSeverity.Warning);
Microsoft.VisualStudio.LanguageServices (4)
Notification\VSNotificationServiceFactory.cs (3)
58NotificationSeverity severity = NotificationSeverity.Warning) 92public bool ConfirmMessageBox(string message, string title = null, NotificationSeverity severity = NotificationSeverity.Warning) 129case NotificationSeverity.Warning:
Snippets\AbstractSnippetExpansionClient.cs (1)
1116severity: NotificationSeverity.Warning);