3 references to GetIndentationOfLine
Microsoft.CodeAnalysis.CodeStyle (1)
AbstractIndentation.Indenter.cs (1)
212
=>
GetIndentationOfLine
(lineToMatch, addedSpaces: 0);
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
CSharpIndentationService.Indenter.cs (1)
276
return indenter.
GetIndentationOfLine
(sourceText.Lines.GetLineFromPosition(nonTerminalNode.GetFirstToken(includeZeroWidth: true).SpanStart), indenter.Options.FormattingOptions.IndentationSize);
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
VisualBasicIndentationService.Indenter.vb (1)
299
Return indenter.
GetIndentationOfLine
(triviaLine, indenter.Options.FormattingOptions.IndentationSize)