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