2 writes to _selectedNotificationPreference
Microsoft.VisualStudio.LanguageServices.Implementation (2)
Options\Style\BooleanCodeStyleOptionViewModel.cs (2)
45
_selectedNotificationPreference
= NotificationPreferences.Single(p => p.Notification.Severity == notificationViewModel.Notification.Severity);
70
if (SetProperty(ref
_selectedNotificationPreference
, value))
3 references to _selectedNotificationPreference
Microsoft.VisualStudio.LanguageServices.Implementation (3)
Options\Style\BooleanCodeStyleOptionViewModel.cs (3)
59
Info.SetOptionAndUpdatePreview(new CodeStyleOption2<bool>(_selectedPreference.IsChecked,
_selectedNotificationPreference
.Notification), Option, GetPreview());
66
get =>
_selectedNotificationPreference
;
72
Info.SetOptionAndUpdatePreview(new CodeStyleOption2<bool>(_selectedPreference.IsChecked,
_selectedNotificationPreference
.Notification), Option, GetPreview());