1 write to _key
Microsoft.VisualStudio.LanguageServices (1)
EditorConfigSettings\Whitespace\ViewModel\TabSizeViewModelFactory.cs (1)
25_key = new OptionKey2(FormattingOptions2.TabSize, LanguageNames.CSharp);
1 reference to _key
Microsoft.VisualStudio.LanguageServices (1)
EditorConfigSettings\Whitespace\ViewModel\TabSizeViewModelFactory.cs (1)
33public bool IsSupported(OptionKey2 key) => _key == key;