3 writes to Specifications
Microsoft.VisualStudio.LanguageServices.Implementation (3)
Options\Style\NamingPreferences\NamingStyleOptionPageControl.xaml.cs (1)
64
Specifications
= new ObservableCollection<SymbolSpecification>(_viewModel.Specifications),
Options\Style\NamingPreferences\NamingStyleOptionPageViewModel.cs (2)
47
Specifications
= new ObservableCollection<SymbolSpecification>(info.SymbolSpecifications),
207
Specifications
= new ObservableCollection<SymbolSpecification>();
4 references to Specifications
Microsoft.VisualStudio.LanguageServices.Implementation (4)
Options\Style\NamingPreferences\NamingStyleOptionPageViewModel.cs (4)
51
viewModel.SelectedSpecification = viewModel.
Specifications
.Single(s => s.ID == namingRule.SymbolSpecificationID);
118
rule.
Specifications
.Clear();
121
rule.
Specifications
.Add(specification);
131
rule.SelectedSpecification = rule.
Specifications
.Single(s => s.ID == selectedSpecification.ID);