提交 9473c77e 编写于 作者: C Cyrus Najmabadi

Remove unnecessary parameter

上级 9ad19012
......@@ -1420,7 +1420,7 @@ Namespace Microsoft.CodeAnalysis.VisualBasic.Extensions
Case SyntaxKind.IdentifierName
Dim identifier = DirectCast(name, IdentifierNameSyntax).Identifier
TryReduceAttributeSuffix(name, identifier, semanticModel, False, True, replacementNode, issueSpan, cancellationToken)
TryReduceAttributeSuffix(name, identifier, semanticModel, False, replacementNode, issueSpan, cancellationToken)
End Select
End If
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册