4 references to MakeIndent
Microsoft.CodeAnalysis.CSharp (4)
Compiler\DocumentationCommentCompiler.cs (4)
1269
builder.Append(
MakeIndent
(_indentDepth));
1274
_writer.Write(
MakeIndent
(_indentDepth));
1284
builder.Append(
MakeIndent
(_indentDepth));
1290
_writer.Write(
MakeIndent
(_indentDepth));