6 implementations of IsSupported
Microsoft.VisualStudio.LanguageServices (4)
EditorConfigSettings\Whitespace\ViewModel\IndentationSizeViewModel.cs (1)
35
public bool
IsSupported
(OptionKey2 key) => _key == key;
EditorConfigSettings\Whitespace\ViewModel\NewLineViewModel.cs (1)
35
public bool
IsSupported
(OptionKey2 key) => _key == key;
EditorConfigSettings\Whitespace\ViewModel\OperatorPlacementWhenWrappingViewModel.cs (1)
34
public bool
IsSupported
(OptionKey2 key) => _key == key;
EditorConfigSettings\Whitespace\ViewModel\TabSizeViewModelFactory.cs (1)
33
public bool
IsSupported
(OptionKey2 key) => _key == key;
Microsoft.VisualStudio.LanguageServices.CSharp (2)
EditorConfigSettings\BinaryOperatorSpacingOptionsViewModelFactory.cs (1)
29
public bool
IsSupported
(OptionKey2 key)
EditorConfigSettings\LabelPositionOptionsViewModel.cs (1)
31
public bool
IsSupported
(OptionKey2 key)
1 reference to IsSupported
Microsoft.VisualStudio.LanguageServices (1)
EditorConfigSettings\Whitespace\View\ColumnDefnitions\WhitespaceValueColumnDefinition.cs (1)
58
if (factory.
IsSupported
(setting.Key))