1 implementation of IFormattingService
Microsoft.CodeAnalysis.Workspaces (1)
Formatting\AbstractFormattingService.cs (1)
16internal abstract class AbstractFormattingService : IFormattingService
2 references to IFormattingService
Microsoft.CodeAnalysis.Workspaces (2)
Formatting\Formatter.cs (2)
81var formattingService = document.GetLanguageService<IFormattingService>();