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