24 instantiations of CodeStylePreference
Microsoft.VisualStudio.LanguageServices.CSharp (18)
Options\Formatting\StyleViewModel.cs (18)
2230new(CSharpVSResources.Inside_namespace, isChecked: false),
2231new(CSharpEditorResources.Outside_namespace, isChecked: false),
2236new(CSharpVSResources.Prefer_this, isChecked: true),
2237new(CSharpVSResources.Do_not_prefer_this, isChecked: false),
2242new(ServicesVSResources.Prefer_predefined_type, isChecked: true),
2243new(ServicesVSResources.Prefer_framework_type, isChecked: false),
2248new(CSharpVSResources.Prefer_var, isChecked: true),
2249new(CSharpVSResources.Prefer_explicit_type, isChecked: false),
2373new(EditorFeaturesResources.Yes, isChecked: false),
2374new(EditorFeaturesResources.No, isChecked: false),
2375new(CSharpVSResources.When_on_multiple_lines, isChecked: false),
2392new(CSharpVSResources.Block_scoped, isChecked: false),
2393new(CSharpVSResources.File_scoped, isChecked: false),
2410new(ServicesVSResources.Never, isChecked: false),
2411new(CSharpVSResources.When_possible, isChecked: false),
2412new(CSharpVSResources.When_on_single_line, isChecked: false),
2478new(ServicesVSResources.Unused_local, isChecked: false),
2479new(CSharpVSResources.Discard, isChecked: true),
Microsoft.VisualStudio.LanguageServices.Implementation (6)
20 references to CodeStylePreference
Microsoft.VisualStudio.LanguageServices.CSharp (8)
Microsoft.VisualStudio.LanguageServices.Implementation (12)