1 write to Notification
Microsoft.VisualStudio.LanguageServices.Implementation (1)
Options\NotificationOptionViewModel.cs (1)
19
Notification
= notification;
12 references to Notification
Microsoft.VisualStudio.LanguageServices.Implementation (12)
Options\Style\BooleanCodeStyleOptionViewModel.cs (5)
44
var notificationViewModel = NotificationPreferences.Single(i => i.
Notification
.Severity == codeStyleOption.Notification.Severity);
45
_selectedNotificationPreference = NotificationPreferences.Single(p => p.
Notification
.Severity == notificationViewModel.
Notification
.Severity);
59
Info.SetOptionAndUpdatePreview(new CodeStyleOption2<bool>(_selectedPreference.IsChecked, _selectedNotificationPreference.
Notification
), Option, GetPreview());
72
Info.SetOptionAndUpdatePreview(new CodeStyleOption2<bool>(_selectedPreference.IsChecked, _selectedNotificationPreference.
Notification
), Option, GetPreview());
Options\Style\EnumCodeStyleOptionViewModel.cs (5)
64
var notificationViewModel = NotificationPreferences.Single(i => i.
Notification
.Severity == codeStyleOption.Notification.Severity);
65
_selectedNotificationPreference = NotificationPreferences.Single(p => p.
Notification
.Severity == notificationViewModel.
Notification
.Severity);
90
enumValue, _selectedNotificationPreference.
Notification
),
109
enumValue, _selectedNotificationPreference.
Notification
),
Options\Style\NamingPreferences\NamingStyleOptionPageControl.xaml.cs (1)
154
item.SelectedNotificationPreference.
Notification
.Severity);
Options\Style\NamingPreferences\NamingStyleOptionPageViewModel.cs (1)
52
viewModel.SelectedNotificationPreference = viewModel.NotificationPreferences.Single(n => n.
Notification
.Severity == namingRule.EnforcementLevel);