2 references to SwitchCasePreview
Microsoft.VisualStudio.LanguageServices.CSharp (2)
Options\Formatting\IndentationViewModel.cs (2)
83
Items.Add(new CheckBoxOptionViewModel(CSharpFormattingOptions2.IndentSwitchCaseSection, CSharpVSResources.Indent_case_contents,
SwitchCasePreview
, this, optionStore));
85
Items.Add(new CheckBoxOptionViewModel(CSharpFormattingOptions2.IndentSwitchSection, CSharpVSResources.Indent_case_labels,
SwitchCasePreview
, this, optionStore));