2 references to Place_goto_labels_one_indent_less_than_current
Microsoft.VisualStudio.LanguageServices.CSharp (2)
EditorConfigSettings\LabelPositionOptionsViewModel.cs (1)
63yield return (CSharpVSResources.Place_goto_labels_one_indent_less_than_current, LabelPositionOptions.OneLess);
Options\Formatting\IndentationViewModel.cs (1)
92Items.Add(new RadioButtonViewModel<LabelPositionOptions>(CSharpVSResources.Place_goto_labels_one_indent_less_than_current, GotoLabelPreview, "goto", LabelPositionOptions.OneLess, CSharpFormattingOptions2.LabelPositioning, this, optionStore));