4 references to MakeIndent
Microsoft.CodeAnalysis.CSharp (4)
Compiler\DocumentationCommentCompiler.cs (4)
1268
builder.Append(
MakeIndent
(_indentDepth));
1273
_writer.Write(
MakeIndent
(_indentDepth));
1283
builder.Append(
MakeIndent
(_indentDepth));
1289
_writer.Write(
MakeIndent
(_indentDepth));