12 references to Information
Microsoft.CodeAnalysis.EditorFeatures (3)
GoToDefinition\GoToDefinitionCommandHandler.cs (1)
162
FeaturesResources.Cannot_navigate_to_the_symbol_under_the_caret, EditorFeaturesResources.Go_to_Definition, NotificationSeverity.
Information
);
InlineRename\InlineRenameSession.cs (1)
909
return (NotificationSeverity.
Information
, EditorFeaturesResources.Rename_operation_was_not_properly_completed_Some_file_might_not_have_been_updated);
RenameTracking\RenameTrackingTaggerProvider.RenameTrackingCommitter.cs (1)
282
return (NotificationSeverity.
Information
, EditorFeaturesResources.Rename_operation_was_not_properly_completed_Some_file_might_not_have_been_updated);
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Workspaces\TestWorkspace.cs (1)
105
NotificationSeverity.
Information
=> "💡",
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Notification\EditorNotificationServiceFactory.cs (1)
87
NotificationSeverity.
Information
=> MessageBoxImage.Information,
Microsoft.VisualStudio.LanguageServices (7)
CallHierarchy\CallHierarchyCommandHandler.cs (1)
118
notificationService.SendNotification(EditorFeaturesResources.Cursor_must_be_on_a_member_name, severity: NotificationSeverity.
Information
);
ChangeSignature\AddParameterDialogViewModel.cs (1)
172
_notificationService?.SendNotification(message, severity: NotificationSeverity.
Information
);
ChangeSignature\ChangeSignatureDialogViewModel.cs (1)
514
_notificationService.SendNotification(message, severity: NotificationSeverity.
Information
);
ExtractClass\ExtractClassViewModel.cs (1)
64
=> _notificationService.SendNotification(message, severity: NotificationSeverity.
Information
);
ExtractInterface\ExtractInterfaceDialogViewModel.cs (1)
77
=> _notificationService.SendNotification(message, severity: NotificationSeverity.
Information
);
GenerateType\GenerateTypeDialogViewModel.cs (1)
405
=> _notificationService.SendNotification(message, severity: NotificationSeverity.
Information
);
Notification\VSNotificationServiceFactory.cs (1)
126
case NotificationSeverity.
Information
: