3 references to AppendIndentationString
Microsoft.CodeAnalysis.CodeStyle (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\AbstractTriviaDataFactory.FormattedWhitespace.cs (1)
39
builder.
AppendIndentationString
(Spaces, Options.UseTabs, Options.TabSize);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\FormattingExtensions.cs (2)
162
builder.
AppendIndentationString
(newIndentation, useTab, tabSize);
201
builder.
AppendIndentationString
(newIndentation, useTab, tabSize);