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