1 implementation of IStringIndentationService
Microsoft.CodeAnalysis.CSharp.Features (1)
StringIndentation\CSharpStringIndentationService.cs (1)
26internal sealed class CSharpStringIndentationService() : IStringIndentationService
1 reference to IStringIndentationService
Microsoft.CodeAnalysis.CSharp.Features (1)
StringIndentation\CSharpStringIndentationService.cs (1)
23[ExportLanguageService(typeof(IStringIndentationService), LanguageNames.CSharp), Shared]