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