1 implementation of IIndentationService
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Indentation\AbstractIndentationService.cs (1)
16
: AbstractIndentation<TSyntaxRoot>,
IIndentationService
2 references to IIndentationService
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Indentation\IIndentationService.cs (2)
58
var
indenter = document.LanguageServices.GetRequiredService<
IIndentationService
>();