2 references to IVSTypeScriptTaskListServiceImplementation
Microsoft.CodeAnalysis.Features (2)
ExternalAccess\VSTypeScript\VSTypeScriptTaskListService.cs (2)
20
internal sealed class VSTypeScriptTaskListService([Import(AllowDefault = true)]
IVSTypeScriptTaskListServiceImplementation
impl) : ITaskListService
22
private readonly
IVSTypeScriptTaskListServiceImplementation
? _impl = impl;