提交 fd3a8b39 编写于 作者: A acasey

Diagnostic argument order. (changeset 1211477)

上级 a170c46f
......@@ -428,7 +428,7 @@ Namespace Microsoft.CodeAnalysis.VisualBasic.Symbols
Dim memberDescriptor As MemberDescriptor = WellKnownMembers.GetDescriptor(WellKnownMember.System_Threading_Interlocked__CompareExchange_T)
Dim containingType As WellKnownType = CType(memberDescriptor.DeclaringTypeId, WellKnownType)
diagnostics.Add(ERRID.ERR_RuntimeMemberNotFound2, errorLocation, containingType.GetMetadataName(), memberDescriptor.Name)
diagnostics.Add(ERRID.ERR_RuntimeMemberNotFound2, errorLocation, memberDescriptor.Name, containingType.GetMetadataName())
Return Nothing
End If
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册