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