4 references to GetDefaultIndentationFromTokenLine
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Indentation\CSharpIndentationService.Indenter.cs (4)
359return GetDefaultIndentationFromTokenLine(indenter, token, additionalSpace: 0); 369return GetDefaultIndentationFromTokenLine(indenter, token); 378return GetDefaultIndentationFromTokenLine(indenter, token); 393return GetDefaultIndentationFromTokenLine(indenter, token);