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