1 write to _notificationService
Microsoft.VisualStudio.LanguageServices (1)
ChangeSignature\AddParameterDialogViewModel.cs (1)
28
_notificationService
= document.Project.Solution.Services.GetService<INotificationService>();
1 reference to _notificationService
Microsoft.VisualStudio.LanguageServices (1)
ChangeSignature\AddParameterDialogViewModel.cs (1)
180
_notificationService
?.SendNotification(message, severity: NotificationSeverity.Information);