4 references to MakeIndent
Microsoft.CodeAnalysis.CSharp (4)
Compiler\DocumentationCommentCompiler.cs (4)
1275
builder.Append(
MakeIndent
(_indentDepth));
1280
_writer.Write(
MakeIndent
(_indentDepth));
1290
builder.Append(
MakeIndent
(_indentDepth));
1296
_writer.Write(
MakeIndent
(_indentDepth));