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