1 implementation of IIndentationService
Text.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Indentation\AbstractIndentationService.cs (1)
13
: AbstractIndentation<TSyntaxRoot>,
IIndentationService
2 references to IIndentationService
Text.Analyzers (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Indentation\IIndentationService.cs (2)
57
var
indenter = document.LanguageServices.GetRequiredService<
IIndentationService
>();