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