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