4 references to MakeIndent
Microsoft.CodeAnalysis.CSharp (4)
Compiler\DocumentationCommentCompiler.cs (4)
1310
builder.Append(
MakeIndent
(_indentDepth));
1315
_writer.Write(
MakeIndent
(_indentDepth));
1325
builder.Append(
MakeIndent
(_indentDepth));
1331
_writer.Write(
MakeIndent
(_indentDepth));