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); 103if (SetProperty(ref _selectedNotificationPreference, value))
3 references to _selectedNotificationPreference
Microsoft.VisualStudio.LanguageServices.Implementation (3)
Options\Style\EnumCodeStyleOptionViewModel.cs (3)
91enumValue, _selectedNotificationPreference.Notification), 99get => _selectedNotificationPreference; 110enumValue, _selectedNotificationPreference.Notification),