2 writes to _selectedNotificationPreference
Microsoft.VisualStudio.LanguageServices.Implementation (2)
Options\Style\EnumCodeStyleOptionViewModel.cs (2)
66
_selectedNotificationPreference
= NotificationPreferences.Single(p => p.Notification.Severity == notificationViewModel.Notification.Severity);
103
if (SetProperty(ref
_selectedNotificationPreference
, value))
3 references to _selectedNotificationPreference
Microsoft.VisualStudio.LanguageServices.Implementation (3)
Options\Style\EnumCodeStyleOptionViewModel.cs (3)
91
enumValue,
_selectedNotificationPreference
.Notification),
99
get =>
_selectedNotificationPreference
;
110
enumValue,
_selectedNotificationPreference
.Notification),