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);