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