1 implementation of IIndentationService
Roslyn.Diagnostics.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Indentation\AbstractIndentationService.cs (1)
13: AbstractIndentation<TSyntaxRoot>, IIndentationService
3 references to IIndentationService
Roslyn.Diagnostics.Analyzers (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Indentation\IIndentationService.cs (2)
57var indenter = document.LanguageServices.GetRequiredService<IIndentationService>();
Roslyn.Diagnostics.CSharp.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Indentation\CSharpIndentationService.cs (1)
23[ExportLanguageService(typeof(IIndentationService), LanguageNames.CSharp), Shared]