3 writes to NotificationPreferences
Microsoft.VisualStudio.LanguageServices.Implementation (3)
Options\Style\NamingPreferences\NamingStyleOptionPageControl.xaml.cs (1)
66
NotificationPreferences
= _notifications
Options\Style\NamingPreferences\NamingStyleOptionPageViewModel.cs (2)
48
NotificationPreferences
= new List<NotificationOptionViewModel>(_notifications)
209
NotificationPreferences
= new List<NotificationOptionViewModel>();
1 reference to NotificationPreferences
Microsoft.VisualStudio.LanguageServices.Implementation (1)
Options\Style\NamingPreferences\NamingStyleOptionPageViewModel.cs (1)
53
viewModel.SelectedNotificationPreference = viewModel.
NotificationPreferences
.Single(n => n.Notification.Severity == namingRule.EnforcementLevel);