3 writes to Specifications
Microsoft.VisualStudio.LanguageServices.Implementation (3)
Options\Style\NamingPreferences\NamingStyleOptionPageControl.xaml.cs (1)
62Specifications = [.. _viewModel.Specifications],
Options\Style\NamingPreferences\NamingStyleOptionPageViewModel.cs (2)
46Specifications = [.. info.SymbolSpecifications], 206Specifications = [];
4 references to Specifications
Microsoft.VisualStudio.LanguageServices.Implementation (4)
Options\Style\NamingPreferences\NamingStyleOptionPageViewModel.cs (4)
50viewModel.SelectedSpecification = viewModel.Specifications.Single(s => s.ID == namingRule.SymbolSpecification.ID); 117rule.Specifications.Clear(); 120rule.Specifications.Add(specification); 130rule.SelectedSpecification = rule.Specifications.Single(s => s.ID == selectedSpecification.ID);