4 references to MakeIndent
Microsoft.CodeAnalysis.CSharp (4)
Compiler\DocumentationCommentCompiler.cs (4)
1417
builder.Append(
MakeIndent
(_indentDepth));
1422
_writer.Write(
MakeIndent
(_indentDepth));
1432
builder.Append(
MakeIndent
(_indentDepth));
1438
_writer.Write(
MakeIndent
(_indentDepth));