5 references to IndentationSize
Microsoft.CodeAnalysis.Workspaces (5)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Context\FormattingContext.cs (4)
101Options.IndentationSize, 200return baseIndentationDelta * self.Options.IndentationSize; 231var indentation = operation.IndentationDeltaOrPosition * Options.IndentationSize; 243totalAdjustment += operation.IndentationDeltaOrPosition * Options.IndentationSize;
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Indentation\AbstractIndentation.Indenter.cs (1)
66options.FormattingOptions.IndentationSize,