4 references to GetDefaultIndentationFromTokenLine
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Indentation\CSharpIndentationService.Indenter.cs (4)
355return GetDefaultIndentationFromTokenLine(indenter, token, additionalSpace: 0); 365return GetDefaultIndentationFromTokenLine(indenter, token); 374return GetDefaultIndentationFromTokenLine(indenter, token); 389return GetDefaultIndentationFromTokenLine(indenter, token);