29 instantiations of CodeStylePreference
Microsoft.VisualStudio.LanguageServices.CSharp (18)
Options\Formatting\StyleViewModel.cs (18)
2198new CodeStylePreference(CSharpVSResources.Inside_namespace, isChecked: false),
2199new CodeStylePreference(CSharpVSResources.Outside_namespace, isChecked: false),
2204new CodeStylePreference(CSharpVSResources.Prefer_this, isChecked: true),
2205new CodeStylePreference(CSharpVSResources.Do_not_prefer_this, isChecked: false),
2210new CodeStylePreference(ServicesVSResources.Prefer_predefined_type, isChecked: true),
2211new CodeStylePreference(ServicesVSResources.Prefer_framework_type, isChecked: false),
2216new CodeStylePreference(CSharpVSResources.Prefer_var, isChecked: true),
2217new CodeStylePreference(CSharpVSResources.Prefer_explicit_type, isChecked: false),
2340new CodeStylePreference(ServicesVSResources.Yes, isChecked: false),
2341new CodeStylePreference(ServicesVSResources.No, isChecked: false),
2342new CodeStylePreference(CSharpVSResources.When_on_multiple_lines, isChecked: false),
2359new CodeStylePreference(CSharpVSResources.Block_scoped, isChecked: false),
2360new CodeStylePreference(CSharpVSResources.File_scoped, isChecked: false),
2377new CodeStylePreference(CSharpVSResources.Never, isChecked: false),
2378new CodeStylePreference(CSharpVSResources.When_possible, isChecked: false),
2379new CodeStylePreference(CSharpVSResources.When_on_single_line, isChecked: false),
2445new CodeStylePreference(CSharpVSResources.Unused_local, isChecked: false),
2446new CodeStylePreference(CSharpVSResources.Discard, isChecked: true),
Microsoft.VisualStudio.LanguageServices.Implementation (6)
Microsoft.VisualStudio.LanguageServices.VisualBasic (5)
24 references to CodeStylePreference
Microsoft.VisualStudio.LanguageServices.CSharp (8)
Microsoft.VisualStudio.LanguageServices.Implementation (13)
Microsoft.VisualStudio.LanguageServices.VisualBasic (3)