15 references to Warning
Microsoft.CodeAnalysis.EditorFeatures (5)
ChangeSignature\AbstractChangeSignatureCommandHandler.cs (1)
110if (result.ConfirmationMessage != null && !notificationService.ConfirmMessageBox(result.ConfirmationMessage, severity: NotificationSeverity.Warning))
ExtractMethod\ExtractMethodCommandHandler.cs (1)
255severity: NotificationSeverity.Warning))
Notification\EditorNotificationServiceFactory.cs (3)
50NotificationSeverity severity = NotificationSeverity.Warning) 68NotificationSeverity severity = NotificationSeverity.Warning) 88NotificationSeverity.Warning => MessageBoxImage.Warning,
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (1)
Notification\OmniSharpNotificationSeverity.cs (1)
12Warning = NotificationSeverity.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);
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Workspaces\TestWorkspace`1.cs (1)
99NotificationSeverity.Warning => "⚠",
Microsoft.VisualStudio.LanguageServices (5)
FindReferences\StreamingFindUsagesPresenter.cs (1)
340NotificationSeverity.Warning => KnownMonikers.StatusWarning,
Notification\VSNotificationServiceFactory.cs (3)
56NotificationSeverity severity = NotificationSeverity.Warning) 90public bool ConfirmMessageBox(string message, string title = null, NotificationSeverity severity = NotificationSeverity.Warning) 127case NotificationSeverity.Warning:
Snippets\SnippetExpansionClient.cs (1)
1117severity: NotificationSeverity.Warning);