1 write to _key
Microsoft.VisualStudio.LanguageServices (1)
EditorConfigSettings\Whitespace\ViewModel\IndentationSizeViewModel.cs (1)
27
_key
= new OptionKey2(FormattingOptions2.IndentationSize, LanguageNames.CSharp);
1 reference to _key
Microsoft.VisualStudio.LanguageServices (1)
EditorConfigSettings\Whitespace\ViewModel\IndentationSizeViewModel.cs (1)
35
public bool IsSupported(OptionKey2 key) =>
_key
== key;