Implemented interface member:
property
CanBeDeleted
Microsoft.VisualStudio.LanguageServices.Implementation.Options.Style.NamingPreferences.INamingStylesInfoDialogViewModel.CanBeDeleted
1 write to CanBeDeleted
Microsoft.VisualStudio.LanguageServices.Implementation (1)
Options\Style\NamingPreferences\SymbolSpecification\SymbolSpecificationViewModel.cs (1)
40CanBeDeleted = canBeDeleted;
1 reference to CanBeDeleted
Microsoft.VisualStudio.LanguageServices.Implementation (1)
Options\Style\NamingPreferences\SymbolSpecification\ManageSymbolSpecificationsDialogViewModel.cs (1)
67var viewModel = new SymbolSpecificationViewModel(LanguageName, symbolSpecification, symbolSpecificationViewModel.CanBeDeleted, _notificationService);