4 references to CreateLambdaBody
Microsoft.CodeAnalysis.VisualBasic.Features (4)
EditAndContinue\DeclarationBody\VisualBasicLambdaBody.vb (1)
49Return SyntaxUtilities.CreateLambdaBody(LambdaUtilities.GetCorrespondingLambdaBody(_node, newLambda))
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (3)
198Return SyntaxUtilities.CreateLambdaBody(body) 990body1 = SyntaxUtilities.CreateLambdaBody(bodyNode1) 991body2 = If(bodyNode2 IsNot Nothing, SyntaxUtilities.CreateLambdaBody(bodyNode2), Nothing)