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)
43
var viewModel = new NamingStyleViewModel(style, canBeDeleted: true, notificationService:
_notificationService
);
60
var viewModel = new NamingStyleViewModel(style, context.CanBeDeleted, notificationService:
_notificationService
);