1 write to _notificationService
Microsoft.VisualStudio.LanguageServices.Implementation (1)
Options\Style\NamingPreferences\NamingStyles\ManageNamingStylesDialogViewModel.cs (1)
29_notificationService = notificationService;
2 references to _notificationService
Microsoft.VisualStudio.LanguageServices.Implementation (2)
Options\Style\NamingPreferences\NamingStyles\ManageNamingStylesDialogViewModel.cs (2)
43var viewModel = new NamingStyleViewModel(style, canBeDeleted: true, notificationService: _notificationService); 60var viewModel = new NamingStyleViewModel(style, context.CanBeDeleted, notificationService: _notificationService);