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)
35public bool IsSupported(OptionKey2 key) => _key == key;