2 writes to _selectedNotificationPreference
Microsoft.VisualStudio.LanguageServices.Implementation (2)
Options\Style\EnumCodeStyleOptionViewModel.cs (2)
65
_selectedNotificationPreference
= NotificationPreferences.Single(p => p.Notification.Severity == notificationViewModel.Notification.Severity);
102
if (SetProperty(ref
_selectedNotificationPreference
, value))
3 references to _selectedNotificationPreference
Microsoft.VisualStudio.LanguageServices.Implementation (3)
Options\Style\EnumCodeStyleOptionViewModel.cs (3)
90
enumValue,
_selectedNotificationPreference
.Notification),
98
get =>
_selectedNotificationPreference
;
109
enumValue,
_selectedNotificationPreference
.Notification),