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)
40
CanBeDeleted
= canBeDeleted;
1 reference to CanBeDeleted
Microsoft.VisualStudio.LanguageServices.Implementation (1)
Options\Style\NamingPreferences\SymbolSpecification\ManageSymbolSpecificationsDialogViewModel.cs (1)
67
var viewModel = new SymbolSpecificationViewModel(LanguageName, symbolSpecification, symbolSpecificationViewModel.
CanBeDeleted
, _notificationService);