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); 70if (SetProperty(ref _selectedNotificationPreference, value))
3 references to _selectedNotificationPreference
Microsoft.VisualStudio.LanguageServices.Implementation (3)
Options\Style\BooleanCodeStyleOptionViewModel.cs (3)
59Info.SetOptionAndUpdatePreview(new CodeStyleOption2<bool>(_selectedPreference.IsChecked, _selectedNotificationPreference.Notification), Option, GetPreview()); 66get => _selectedNotificationPreference; 72Info.SetOptionAndUpdatePreview(new CodeStyleOption2<bool>(_selectedPreference.IsChecked, _selectedNotificationPreference.Notification), Option, GetPreview());