提交 097277ef 编写于 作者: C Cyrus Najmabadi

Use MEF exports

上级 2c5c68d9
......@@ -12,7 +12,7 @@ namespace Microsoft.VisualStudio.LanguageServices.Implementation.ProjectTelemetr
/// <summary>
/// In process service responsible for listening to OOP telemetry notifications.
/// </summary>
internal interface IVisualStudioProjectTelemetryService : IWorkspaceService
internal interface IVisualStudioProjectTelemetryService
{
/// <summary>
/// Called by a host to let this service know that it should start background
......
......@@ -12,7 +12,7 @@ namespace Microsoft.VisualStudio.LanguageServices.Implementation.TodoComments
/// <summary>
/// In process service responsible for listening to OOP todo comment notifications.
/// </summary>
internal interface IVisualStudioTodoCommentsService : IWorkspaceService
internal interface IVisualStudioTodoCommentsService
{
/// <summary>
/// Called by a host to let this service know that it should start background
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册