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