3 writes to _indentation
Roslyn.Diagnostics.VisualBasic.Analyzers (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Formatting\Engine\Trivia\TriviaDataFactory.CodeShapeAnalyzer.vb (3)
85
Me.
_indentation
= 0
133
Me.
_indentation
+= currentSpaces
143
Me.
_indentation
= 0
5 references to _indentation
Roslyn.Diagnostics.VisualBasic.Analyzers (5)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Formatting\Engine\Trivia\TriviaDataFactory.CodeShapeAnalyzer.vb (5)
161
If Me.
_indentation
> 0 AndAlso Not Me._touchedNoisyCharacterOnCurrentLine Then
180
If Me.UseIndentation AndAlso Me.
_indentation
<> 1 Then
213
If Me.UseIndentation AndAlso Me.
_indentation
<> Me._context.GetBaseIndentation(trivia.SpanStart) Then
219
ShouldFormatDocumentationComment(
_indentation
, _options.TabSize, trivia) Then
245
If Me.
_indentation
<> Me._context.GetBaseIndentation(trivia.SpanStart) Then