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)
43ItemName = specification.Name;
4 references to ItemName
Microsoft.VisualStudio.LanguageServices.Implementation (4)
Options\Style\NamingPreferences\NamingStyleOptionPageViewModel.cs (1)
100n.ItemName,
Options\Style\NamingPreferences\SymbolSpecification\ManageSymbolSpecificationsDialogViewModel.cs (1)
71symbolSpecificationViewModel.ItemName = viewModel.ItemName;
Options\Style\NamingPreferences\SymbolSpecification\SymbolSpecificationViewModel.cs (2)
147ItemName, 155if (string.IsNullOrWhiteSpace(ItemName))