1 write to _modifier
Microsoft.VisualStudio.LanguageServices.Implementation (1)
Options\Style\NamingPreferences\SymbolSpecification\SymbolSpecificationViewModel.cs (1)
256
_modifier
= modifier;
2 references to _modifier
Microsoft.VisualStudio.LanguageServices.Implementation (2)
Options\Style\NamingPreferences\NamingStyleOptionPageViewModel.cs (1)
103
n.ModifierList.Where(s => s.IsChecked).Select(m => new SymbolSpecification.ModifierKind(m.
_modifier
)).ToImmutableArray()));
Options\Style\NamingPreferences\SymbolSpecification\SymbolSpecificationViewModel.cs (1)
150
ModifierList.Where(m => m.IsChecked).Select(m => new ModifierKind(m.
_modifier
)).ToImmutableArray());