1 type derived from AbstractIndentation
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Indentation\AbstractIndentationService.cs (1)
13
:
AbstractIndentation
<TSyntaxRoot>, IIndentationService
2 references to AbstractIndentation
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Indentation\AbstractIndentation.Indenter.cs (2)
22
private readonly
AbstractIndentation
<TSyntaxRoot> _service;
41
AbstractIndentation
<TSyntaxRoot> service,