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