2 implementations of ITaskListService
Microsoft.CodeAnalysis.Features (2)
ExternalAccess\VSTypeScript\VSTypeScriptTaskListService.cs (1)
20
internal sealed class VSTypeScriptTaskListService([Import(AllowDefault = true)] IVSTypeScriptTaskListServiceImplementation impl) :
ITaskListService
TaskList\AbstractTaskListService.cs (1)
15
internal 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]