4 references to GetIndentationOfToken
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Indentation\CSharpIndentationService.Indenter.cs (4)
396
return indenter.
GetIndentationOfToken
(firstToken);
402
return indenter.
GetIndentationOfToken
(firstToken);
418
return indenter.
GetIndentationOfToken
(clauseToken);
424
return indenter.
GetIndentationOfToken
(queryBody.Parent.GetFirstToken(includeZeroWidth: true));