2 implementations of ITaskListService
Microsoft.CodeAnalysis.Features (2)
ExternalAccess\VSTypeScript\VSTypeScriptTaskListService.cs (1)
20internal sealed class VSTypeScriptTaskListService([Import(AllowDefault = true)] IVSTypeScriptTaskListServiceImplementation impl) : ITaskListService
TaskList\AbstractTaskListService.cs (1)
15internal abstract class AbstractTaskListService : ITaskListService
2 references to ITaskListService
Microsoft.CodeAnalysis.CSharp.Features (1)
TaskList\CSharpTaskListService.cs (1)
17[ExportLanguageService(typeof(ITaskListService), LanguageNames.CSharp), Shared]
Microsoft.CodeAnalysis.Features (1)
ExternalAccess\VSTypeScript\VSTypeScriptTaskListService.cs (1)
17[ExportLanguageService(typeof(ITaskListService), InternalLanguageNames.TypeScript), Shared]