1 reference to TryGetCorrespondingLambdaBody
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\DeclarationBody\CSharpLambdaBody.cs (1)
56
=> LambdaUtilities.
TryGetCorrespondingLambdaBody
(node, newLambda) is { } newNode ? new CSharpLambdaBody(newNode) : null;