1 write to TabSize
Microsoft.CodeAnalysis.CodeStyle (1)
LineFormattingOptions.cs (1)
41TabSize = options.GetOption(FormattingOptions2.TabSize, language, fallbackOptions.TabSize),
3 references to TabSize
Microsoft.CodeAnalysis.CodeStyle (3)
FormattingOptions2.cs (1)
33"tab_width", LineFormattingOptions.Default.TabSize, FormattingOptionGroups.IndentationAndSpacing, isEditorConfigOption: true)
LineFormattingOptions.cs (1)
41TabSize = options.GetOption(FormattingOptions2.TabSize, language, fallbackOptions.TabSize),
SyntaxFormattingOptions.cs (1)
42public int TabSize => LineFormatting.TabSize;