3 references to Warning
Microsoft.CodeAnalysis.Features (3)
ChangeSignature\ChangeSignatureCodeActionOperation.cs (1)
41if (!notificationService.ConfirmMessageBox(ConfirmationMessage, severity: NotificationSeverity.Warning))
Notification\INotificationService.cs (2)
22NotificationSeverity severity = NotificationSeverity.Warning); 34NotificationSeverity severity = NotificationSeverity.Warning);