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