3 writes to NotificationPreferences
Microsoft.VisualStudio.LanguageServices.Implementation (3)
Options\Style\NamingPreferences\NamingStyleOptionPageControl.xaml.cs (1)
64
NotificationPreferences
= _notifications
Options\Style\NamingPreferences\NamingStyleOptionPageViewModel.cs (2)
47
NotificationPreferences
= [.. _notifications]
208
NotificationPreferences
= [];
1 reference to NotificationPreferences
Microsoft.VisualStudio.LanguageServices.Implementation (1)
Options\Style\NamingPreferences\NamingStyleOptionPageViewModel.cs (1)
52
viewModel.SelectedNotificationPreference = viewModel.
NotificationPreferences
.Single(n => n.Notification.Severity == namingRule.EnforcementLevel);