2 writes to _indentDepth
Microsoft.CodeAnalysis.VisualBasic (2)
Compilation\DocumentationComments\DocWriter.vb (2)
29Me._indentDepth = 0 113Me._indentDepth = t.InitialIndentDepth
9 references to _indentDepth
Microsoft.CodeAnalysis.VisualBasic (9)
Compilation\DocumentationComments\DocWriter.vb (9)
41Return Me._indentDepth 55Debug.Assert(Me._indentDepth >= 0) 62builder.Append(MakeIndent(Me._indentDepth)) 66Me._writer.Write(MakeIndent(Me._indentDepth)) 76builder.Append(MakeIndent(Me._indentDepth)) 80Me._writer.Write(MakeIndent(Me._indentDepth)) 108Debug.Assert(Me._indentDepth = t.InitialIndentDepth, 111Me._indentDepth)) 139Me._temporaryStringBuilders.Push(New TemporaryStringBuilder(Me._indentDepth))