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