1 write to _notificationService
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
Options\NamingStylesOptionPage.vb (1)
24
_notificationService
= workspace.Services.GetService(Of INotificationService)
2 references to _notificationService
Microsoft.VisualStudio.LanguageServices.VisualBasic (2)
Options\NamingStylesOptionPage.vb (2)
26
_grid = New NamingStyleOptionPageControl(optionStore,
_notificationService
, LanguageNames.VisualBasic)
32
_notificationService
.SendNotification(ServicesVSResources.Some_naming_rules_are_incomplete_Please_complete_or_remove_them)