提交 4f6e43fa 编写于 作者: T TomasMatousek

Fixes bad cref in a comment. (changeset 1407407)

上级 c87c45a1
......@@ -9,7 +9,7 @@ namespace Microsoft.CodeAnalysis.CSharp
internal partial class SyntaxUtilities
{
/// <summary>
/// <see cref="SyntaxNode.GetCorrespondingLambdaBody(SyntaxNode)"/>
/// See SyntaxNode.GetCorrespondingLambdaBody.
/// </summary>
internal static SyntaxNode GetCorrespondingLambdaBody(SyntaxNode oldBody, SyntaxNode newLambda)
{
......
......@@ -4,10 +4,10 @@ Imports Microsoft.CodeAnalysis.VisualBasic.Syntax
Namespace Microsoft.CodeAnalysis.VisualBasic
''' <summary>
''' SyntaxNode.GetCorrespondingLambdaBody(SyntaxNode)
''' </summary>
Friend NotInheritable Class SyntaxUtilities
''' <summary>
''' SyntaxNode.GetCorrespondingLambdaBody(SyntaxNode)
''' </summary>
Friend Shared Function GetCorrespondingLambdaBody(oldBody As SyntaxNode, newLambda As SyntaxNode) As SyntaxNode
Dim oldLambda = oldBody.Parent
......@@ -49,4 +49,4 @@ Namespace Microsoft.CodeAnalysis.VisualBasic
End Select
End Function
End Class
End Namespace
End Namespace
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册