3 references to UseIndentation
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (3)
src\Workspaces\VisualBasic\Portable\Formatting\Engine\Trivia\TriviaDataFactory.CodeShapeAnalyzer.vb (3)
182
If Me.
UseIndentation
AndAlso Me._indentation <> 1 Then
215
If Me.
UseIndentation
AndAlso Me._indentation <> Me._context.GetBaseIndentation(trivia.SpanStart) Then
243
If Not Me.
UseIndentation
Then