提交 a35fc89e 编写于 作者: H Heejae Chang

changed accessibility to private.

上级 e5153a8a
...@@ -11,7 +11,7 @@ internal partial class DiagnosticAnalyzerService : IDiagnosticUpdateSource ...@@ -11,7 +11,7 @@ internal partial class DiagnosticAnalyzerService : IDiagnosticUpdateSource
{ {
public event EventHandler<DiagnosticsUpdatedArgs> DiagnosticsUpdated; public event EventHandler<DiagnosticsUpdatedArgs> DiagnosticsUpdated;
public DiagnosticAnalyzerService(IDiagnosticUpdateSourceRegistrationService registrationService) : this() private DiagnosticAnalyzerService(IDiagnosticUpdateSourceRegistrationService registrationService) : this()
{ {
registrationService.Register(this); registrationService.Register(this);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册