3 references to NamingStyleViewModel
Microsoft.VisualStudio.LanguageServices.Implementation (3)
Options\Style\NamingPreferences\NamingStyles\ManageNamingStylesDialogViewModel.cs (3)
31Items = [.. namingStyles.Select(style => new NamingStyleViewModel( 43var viewModel = new NamingStyleViewModel(style, canBeDeleted: true, notificationService: _notificationService); 60var viewModel = new NamingStyleViewModel(style, context.CanBeDeleted, notificationService: _notificationService);