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