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