2 references to IVSTypeScriptFormattingServiceImplementation
Microsoft.CodeAnalysis.Features (2)
ExternalAccess\VSTypeScript\VSTypeScriptFormattingService.cs (2)
20
internal sealed class VSTypeScriptFormattingService([Import(AllowDefault = true)]
IVSTypeScriptFormattingServiceImplementation
impl) : IFormattingService
22
private readonly
IVSTypeScriptFormattingServiceImplementation
_impl = impl ?? throw new ArgumentNullException(nameof(impl));