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