4 references to IndentDepth
Microsoft.CodeAnalysis.VisualBasic (4)
Compilation\DocumentationComments\DocumentationCommentCompiler.vb (2)
81
Debug.Assert(compiler._writer.
IndentDepth
= 0)
132
Debug.Assert(compiler._writer.
IndentDepth
= 0)
Compilation\DocumentationComments\DocWriter.vb (2)
89
builder.Append(MakeIndent(
IndentDepth
))
96
Me._writer.Write(MakeIndent(
IndentDepth
))