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