提交 13d86b41 编写于 作者: D Dustin Campbell

Add [Shared] attribute for MEF v2

上级 f1c77e70
......@@ -23,7 +23,7 @@ namespace Microsoft.CodeAnalysis.CodeFixes
using DiagnosticId = String;
using LanguageKind = String;
[Export(typeof(ICodeFixService))]
[Export(typeof(ICodeFixService)), Shared]
internal partial class CodeFixService : ICodeFixService
{
private readonly IDiagnosticAnalyzerService _diagnosticService;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册