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