7 references to GetBaseIndentation
Microsoft.CodeAnalysis.CodeStyle (2)
AbstractTriviaFormatter.cs (1)
576
LineColumnRule.IndentationOperations.Default => this.Context.
GetBaseIndentation
(trivia2.RawKind == 0 ? this.EndPosition : trivia2.SpanStart),
FormattingContext.cs (1)
441
=>
GetBaseIndentation
(token.SpanStart);
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
TriviaDataFactory.CodeShapeAnalyzer.cs (2)
197
if (this.UseIndentation && _indentation != _context.
GetBaseIndentation
(trivia.SpanStart))
237
if (_indentation != _context.
GetBaseIndentation
(trivia.SpanStart))
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (3)
TriviaDataFactory.CodeShapeAnalyzer.vb (2)
215
If Me.UseIndentation AndAlso Me._indentation <> Me._context.
GetBaseIndentation
(trivia.SpanStart) Then
247
If Me._indentation <> Me._context.
GetBaseIndentation
(trivia.SpanStart) Then
VisualBasicTriviaFormatter.vb (1)
265
Dim indentation = Me.Context.
GetBaseIndentation
(trivia.SpanStart)