2 references to IVSTypeScriptFormattingInteractionService
Microsoft.CodeAnalysis.EditorFeatures (2)
ExternalAccess\VSTypeScript\VSTypeScriptFormattingInteractionService.cs (2)
21internal sealed class VSTypeScriptFormattingInteractionService(IVSTypeScriptFormattingInteractionService implementation) : IFormattingInteractionService 23private readonly IVSTypeScriptFormattingInteractionService _implementation = implementation;