6 overrides of GetValuesAndDescriptions
Microsoft.VisualStudio.LanguageServices (4)
EditorConfigSettings\Whitespace\ViewModel\IndentationSizeViewModel.cs (1)
107
protected override IReadOnlyDictionary<string, IndentationSizeSetting>
GetValuesAndDescriptions
()
EditorConfigSettings\Whitespace\ViewModel\NewLineViewModel.cs (1)
85
protected override IReadOnlyDictionary<string, NewLineSetting>
GetValuesAndDescriptions
()
EditorConfigSettings\Whitespace\ViewModel\OperatorPlacementWhenWrappingViewModel.cs (1)
69
protected override IReadOnlyDictionary<string, OperatorPlacementWhenWrappingPreference>
GetValuesAndDescriptions
()
EditorConfigSettings\Whitespace\ViewModel\TabSizeViewModel.cs (1)
39
protected override IReadOnlyDictionary<string, TabSizeSettings>
GetValuesAndDescriptions
()
Microsoft.VisualStudio.LanguageServices.CSharp (2)
EditorConfigSettings\BinaryOperatorSpacingOptionsViewModel.cs (1)
32
protected override IReadOnlyDictionary<string, BinaryOperatorSpacingOptions>
GetValuesAndDescriptions
()
EditorConfigSettings\LabelPositionOptionsViewModel.cs (1)
54
protected override IReadOnlyDictionary<string, LabelPositionOptions>
GetValuesAndDescriptions
()
1 reference to GetValuesAndDescriptions
Microsoft.VisualStudio.LanguageServices (1)
EditorConfigSettings\Common\EnumSettingViewModel.cs (1)
39
_mapping =
GetValuesAndDescriptions
();