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