18 references to Information
Microsoft.CodeAnalysis.EditorFeatures (6)
FindUsages\BufferedFindUsagesContext.cs (1)
108await presenterContext.ReportMessageAsync(_state.InformationalMessage, NotificationSeverity.Information, cancellationToken).ConfigureAwait(false);
GoOrFind\AbstractGoOrFindNavigationService.cs (1)
275EditorFeaturesResources.The_results_may_be_incomplete_due_to_the_solution_still_loading_projects, NotificationSeverity.Information, cancellationToken).ConfigureAwait(false);
GoToDefinition\GoToDefinitionCommandHandler.cs (1)
146FeaturesResources.Cannot_navigate_to_the_symbol_under_the_caret, EditorFeaturesResources.Go_to_Definition, NotificationSeverity.Information);
InlineRename\InlineRenameSession.cs (1)
928return (NotificationSeverity.Information, EditorFeaturesResources.Rename_operation_was_not_properly_completed_Some_file_might_not_have_been_updated);
Notification\EditorNotificationServiceFactory.cs (1)
87NotificationSeverity.Information => MessageBoxImage.Information,
RenameTracking\RenameTrackingTaggerProvider.RenameTrackingCommitter.cs (1)
282return (NotificationSeverity.Information, EditorFeaturesResources.Rename_operation_was_not_properly_completed_Some_file_might_not_have_been_updated);
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (1)
Notification\OmniSharpNotificationSeverity.cs (1)
11Information = NotificationSeverity.Information,
Microsoft.CodeAnalysis.Features (1)
FindUsages\IRemoteFindUsagesService.cs (1)
107=> _context.ReportMessageAsync(message, NotificationSeverity.Information, cancellationToken);
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Workspaces\TestWorkspace`1.cs (1)
98NotificationSeverity.Information => "💡",
Microsoft.VisualStudio.LanguageServices (8)
CallHierarchy\CallHierarchyCommandHandler.cs (1)
99notificationService.SendNotification(EditorFeaturesResources.Cursor_must_be_on_a_member_name, severity: NotificationSeverity.Information);
ChangeSignature\AddParameterDialogViewModel.cs (1)
174_notificationService?.SendNotification(message, severity: NotificationSeverity.Information);
ChangeSignature\ChangeSignatureDialogViewModel.cs (1)
497_notificationService.SendNotification(message, severity: NotificationSeverity.Information);
ExtractClass\ExtractClassViewModel.cs (1)
66=> _notificationService.SendNotification(message, severity: NotificationSeverity.Information);
ExtractInterface\ExtractInterfaceDialogViewModel.cs (1)
74=> _notificationService.SendNotification(message, severity: NotificationSeverity.Information);
FindReferences\StreamingFindUsagesPresenter.cs (1)
338NotificationSeverity.Information => KnownMonikers.StatusInformation,
GenerateType\GenerateTypeDialogViewModel.cs (1)
385=> _notificationService.SendNotification(message, severity: NotificationSeverity.Information);
Notification\VSNotificationServiceFactory.cs (1)
124case NotificationSeverity.Information:
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchQueryExecutor.cs (1)
125canceled ? NotificationSeverity.Information : NotificationSeverity.Error,