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