提交 312939fb 编写于 作者: S Sam Harwell

Suppress RS0034 where constructor is used for multiple instance creation

上级 c8935b42
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports System.Composition
Imports System.Diagnostics.CodeAnalysis
Imports System.Threading
Imports Microsoft.CodeAnalysis.Formatting.Rules
Imports Microsoft.CodeAnalysis.Host.Mef
......@@ -24,6 +25,7 @@ Namespace Microsoft.CodeAnalysis.VisualBasic.Indentation
Me.New(New SpecialFormattingRule())
End Sub
<SuppressMessage("RoslynDiagnosticsReliability", "RS0034:Exported parts should have [ImportingConstructor]", Justification:="Intentionally used for creating multiple instances")>
Private Sub New(specializedIndentationRule As AbstractFormattingRule)
_specializedIndentationRule = specializedIndentationRule
End Sub
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册