1 write to _notificationService
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Options\NamingStylesOptionPage.cs (1)
28_notificationService = workspace.Services.GetService<INotificationService>();
2 references to _notificationService
Microsoft.VisualStudio.LanguageServices.CSharp (2)
Options\NamingStylesOptionPage.cs (2)
30_grid = new NamingStyleOptionPageControl(optionStore, _notificationService, LanguageNames.CSharp); 39_notificationService.SendNotification(ServicesVSResources.Some_naming_rules_are_incomplete_Please_complete_or_remove_them);