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