Implemented interface member:
property
ItemName
Microsoft.VisualStudio.LanguageServices.Implementation.Options.Style.NamingPreferences.INamingStylesInfoDialogViewModel.ItemName
2 writes to ItemName
Microsoft.VisualStudio.LanguageServices.Implementation (2)
Options\Style\NamingPreferences\SymbolSpecification\ManageSymbolSpecificationsDialogViewModel.cs (1)
71symbolSpecificationViewModel.ItemName = viewModel.ItemName;
Options\Style\NamingPreferences\SymbolSpecification\SymbolSpecificationViewModel.cs (1)
42ItemName = specification.Name;
4 references to ItemName
Microsoft.VisualStudio.LanguageServices.Implementation (4)
Options\Style\NamingPreferences\NamingStyleOptionPageViewModel.cs (1)
99n.ItemName,
Options\Style\NamingPreferences\SymbolSpecification\ManageSymbolSpecificationsDialogViewModel.cs (1)
71symbolSpecificationViewModel.ItemName = viewModel.ItemName;
Options\Style\NamingPreferences\SymbolSpecification\SymbolSpecificationViewModel.cs (2)
146ItemName, 154if (string.IsNullOrWhiteSpace(ItemName))