2 references to Indent_case_labels
Microsoft.VisualStudio.LanguageServices.CSharp (2)
EditorConfigSettings\DataProvider\Whitespace\CSharpWhitespaceSettingsProvider.cs (1)
106
yield return Setting.Create(CSharpFormattingOptions2.IndentSwitchSection, CSharpVSResources.
Indent_case_labels
, options, updaterService);
Options\Formatting\IndentationViewModel.cs (1)
86
Items.Add(new CheckBoxOptionViewModel(CSharpFormattingOptions2.IndentSwitchSection, CSharpVSResources.
Indent_case_labels
, SwitchCasePreview, this, optionStore));