4 references to AppendIndentationString
Microsoft.CodeAnalysis.CodeStyle (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\AbstractTriviaDataFactory.FormattedWhitespace.cs (1)
37
builder.
AppendIndentationString
(Spaces, Options.UseTabs, Options.TabSize);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\FormattingExtensions.cs (2)
161
builder.
AppendIndentationString
(newIndentation, useTab, tabSize);
200
builder.
AppendIndentationString
(newIndentation, useTab, tabSize);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\TriviaEngine\AbstractTriviaFormatter.cs (1)
813
sb.
AppendIndentationString
(delta.Spaces, Options.UseTabs, Options.TabSize);