1 implementation of IIndentationService
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
AbstractIndentationService.cs (1)
16: AbstractIndentation<TSyntaxRoot>, IIndentationService
6 references to IIndentationService
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
IIndentationService.cs (2)
58var indenter = document.LanguageServices.GetRequiredService<IIndentationService>();
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (3)
ConvertNamespaceTransform.cs (2)
113var indentationService = document.LanguageServices.GetRequiredService<IIndentationService>();
CSharpIndentationService.cs (1)
24[ExportLanguageService(typeof(IIndentationService), LanguageNames.CSharp), Shared]
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
VisualBasicIndentationService.vb (1)
16<ExportLanguageService(GetType(IIndentationService), LanguageNames.VisualBasic), [Shared]>