4 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
()
1 reference to GetValuesAndDescriptions
Microsoft.VisualStudio.LanguageServices (1)
EditorConfigSettings\Common\EnumSettingViewModel.cs (1)
41
_mapping =
GetValuesAndDescriptions
();