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