4 references to GetDefaultIndentationFromTokenLine
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Indentation\CSharpIndentationService.Indenter.cs (4)
356return GetDefaultIndentationFromTokenLine(indenter, token, additionalSpace: 0); 366return GetDefaultIndentationFromTokenLine(indenter, token); 375return GetDefaultIndentationFromTokenLine(indenter, token); 390return GetDefaultIndentationFromTokenLine(indenter, token);