3 writes to _indentation
Microsoft.CodeAnalysis.VisualBasic.Workspaces (3)
Formatting\Engine\Trivia\TriviaDataFactory.CodeShapeAnalyzer.vb (3)
87
Me.
_indentation
= 0
135
Me.
_indentation
+= currentSpaces
145
Me.
_indentation
= 0
5 references to _indentation
Microsoft.CodeAnalysis.VisualBasic.Workspaces (5)
Formatting\Engine\Trivia\TriviaDataFactory.CodeShapeAnalyzer.vb (5)
163
If Me.
_indentation
> 0 AndAlso Not Me._touchedNoisyCharacterOnCurrentLine Then
182
If Me.UseIndentation AndAlso Me.
_indentation
<> 1 Then
215
If Me.UseIndentation AndAlso Me.
_indentation
<> Me._context.GetBaseIndentation(trivia.SpanStart) Then
221
ShouldFormatDocumentationComment(
_indentation
, _options.TabSize, trivia) Then
247
If Me.
_indentation
<> Me._context.GetBaseIndentation(trivia.SpanStart) Then