1 override of ShouldUseTokenIndenter
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Indentation\CSharpIndentationService.Indenter.cs (1)
21protected override bool ShouldUseTokenIndenter(Indenter indenter, out SyntaxToken syntaxToken)
1 reference to ShouldUseTokenIndenter
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Indentation\AbstractIndentation.Indenter.cs (1)
168if (_service.ShouldUseTokenIndenter(this, out var token))