3 references to UseIndentation
Roslyn.Diagnostics.VisualBasic.Analyzers (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Formatting\Engine\Trivia\TriviaDataFactory.CodeShapeAnalyzer.vb (3)
180
If Me.
UseIndentation
AndAlso Me._indentation <> 1 Then
213
If Me.
UseIndentation
AndAlso Me._indentation <> Me._context.GetBaseIndentation(trivia.SpanStart) Then
241
If Not Me.
UseIndentation
Then