1 implementation of IStringIndentationService
Microsoft.CodeAnalysis.CSharp.Features (1)
StringIndentation\CSharpStringIndentationService.cs (1)
26internal sealed class CSharpStringIndentationService() : IStringIndentationService
5 references to IStringIndentationService
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
StringIndentation\StringIndentationTests.cs (2)
33var service = document.GetRequiredLanguageService<IStringIndentationService>();
Microsoft.CodeAnalysis.CSharp.Features (1)
StringIndentation\CSharpStringIndentationService.cs (1)
23[ExportLanguageService(typeof(IStringIndentationService), LanguageNames.CSharp), Shared]
Microsoft.CodeAnalysis.EditorFeatures (2)
StringIndentation\StringIndentationTaggerProvider.cs (2)
81var service = document.GetLanguageService<IStringIndentationService>();